Method: Debugger::StartCommand.help

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

.help(cmd) ⇒ Object



19
20
21
22
23
# File 'lib/ruby-debug/commands/start.rb', line 19

def help(cmd)
  %{
    run prog script
  }
end