pub unsafe extern "C" fn rb_remove_method_id(klass: VALUE, mid: ID)Expand description
Identical to rb_remove_method, except it accepts the method name as ::ID.
ยง@param[out] klass The class to remove a method.
@param[in] mid Name of a method to be removed.
@exception rb_eTypeError klass is a non-module.
@exception rb_eFrozenError klass is frozen.
@exception rb_eNameError No such method.
@see rb_undef
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3