Method: Module#remove_method

Defined in:
eval.c

#remove_method(symbol) ⇒ self (private)

Removes the method identified by symbol from the current class. For an example, see Module.undef_method.

Returns:

  • (self)


602
603
604
# File 'eval.c', line 602

static VALUE
rb_mod_remove_method(argc, argv, mod)
int argc;