Class | Debugger::VarLocalCommand |
In: |
cli/ruby-debug/commands/variables.rb
|
Parent: | Command |
Implements the debugger ‘var local’ command.
# File cli/ruby-debug/commands/variables.rb, line 151 151: def help(cmd) 152: %{ 153: v[ar] l[ocal]\t\t\tshow local variables 154: } 155: end