Next: del_parameter

Prev: compile

del_method

del_method(name)
This function removes the method named by the symbol name from the current object. del_method() returns 1 if there was a method named name on the current object; otherwise, it throws a ~methodnf error.