Method: Debugger::ReloadCommand.help
- Defined in:
- lib/ruby-debug/commands/reload.rb
.help(cmd) ⇒ Object
33 34 35 36 37 |
# File 'lib/ruby-debug/commands/reload.rb', line 33 def help(cmd) %{ r[eload]\tforces source code reloading } end |