Next: find_next_method
Prev: del_parameter
find_method(name)This function returns the object which contains the method definition which would be used if a message name were sent to the current object. If none of the ancestors of the current object define a method name, then
find_method() throws a ~methodnf
exception.