Method: Debugger::VarInheritCommand.help
- Defined in:
- lib/ruby-debug/commands/variables.rb
.help(cmd) ⇒ Object
208 209 210 211 212 |
# File 'lib/ruby-debug/commands/variables.rb', line 208 def help(cmd) %{ v[ar] ct\t\t\tshow class heirarchy of object } end |