Method: Debugger::DownCommand.help

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

.help(cmd) ⇒ Object



239
240
241
242
243
# File 'lib/ruby-debug/commands/frame.rb', line 239

def help(cmd)
  %{
    down[count]\tmove to lower frame
  }
end