method

remove_method

ruby latest stable - Class: Module
remove_method(*args)
public

Removes the method identified by symbol from the current class. For an example, see Module.undef_method. String arguments are converted to symbols.