Method: Debugger::VarConstantCommand.help

Defined in:
lib/ruby-debug/commands/variables.rb

.help(cmd) ⇒ Object



80
81
82
83
84
# File 'lib/ruby-debug/commands/variables.rb', line 80

def help(cmd)
  %{
    v[ar] co[nst] <object>\t\tshow constants of object
  }
end