Method: Debugger::SourceCommand.help
- Defined in:
- lib/ruby-debug/commands/source.rb
.help(cmd) ⇒ Object
28 29 30 31 32 |
# File 'lib/ruby-debug/commands/source.rb', line 28 def help(cmd) %{ source FILE\texecutes a file containing debugger commands } end |