mod.public_instance_methods(include_super=true) â array
Instance Public methods
Returns a list of the public instance methods defined in mod. If
the optional parameter is not false
, the methods of any
ancestors are included.
Returns a list of the public instance methods defined in mod. If
the optional parameter is not false
, the methods of any
ancestors are included.
Please login to continue.