Class: Byebug::StartCommand
- Inherits:
-
Command
- Object
- Command
- Byebug::StartCommand
- Defined in:
- lib/byebug/commands/start.rb
Overview
:nodoc:
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.help(cmd) ⇒ Object
18 19 20 21 22 |
# File 'lib/byebug/commands/start.rb', line 18 def help(cmd) %{ run prog script } end |
.help_command ⇒ Object
14 15 16 |
# File 'lib/byebug/commands/start.rb', line 14 def help_command 'start' end |
Instance Method Details
#execute ⇒ Object
9 10 11 |
# File 'lib/byebug/commands/start.rb', line 9 def execute DebuggerXml.proceed end |
#regexp ⇒ Object
5 6 7 |
# File 'lib/byebug/commands/start.rb', line 5 def regexp /^\s*(start)\s*$/ix end |