Method: Debugger::VarInstanceCommand.help
- Defined in:
- lib/ruby-debug/commands/variables.rb
.help(cmd) ⇒ Object
108 109 110 111 112 |
# File 'lib/ruby-debug/commands/variables.rb', line 108 def help(cmd) %{ v[ar] i[nstance] <object>\tshow instance variables of object, object can be given by its id or an expression } end |