handle_method(type, var_name, meth_name, function, param_count, source_file = nil)
Instance Public methods
Adds an RDoc::AnyMethod
meth_name
defined on a class or module assigned to
var_name
. type
is the type of method definition
function used. singleton_method
and
module_function
create a singleton method.
Please login to continue.