Method: Debugger::TextMateCommand.help
- Defined in:
- lib/ruby-debug/commands/tmate.rb
.help(cmd) ⇒ Object
27 28 29 30 31 32 |
# File 'lib/ruby-debug/commands/tmate.rb', line 27 def help(cmd) %{ tm[ate] n\topens a current file in TextMate. \t\tIt uses n-th frame if arg (n) is specifed. } end |