Method: IHelp#instance_help
- Defined in:
- lib/ihelp.rb
#instance_help(method_name = nil) ⇒ Object
Print out help for instance method method_name. If no method_name given, behaves like #help.
248 249 250 |
# File 'lib/ihelp.rb', line 248 def instance_help(method_name = nil) help(method_name, true) end |