Class: IRB::ExtendCommand::Next
- Inherits:
-
DebugCommand
- Object
- Nop
- Debug
- DebugCommand
- IRB::ExtendCommand::Next
- Defined in:
- lib/irb/cmd/next.rb
Constant Summary
Constants inherited from Debug
Debug::BINDING_IRB_FRAME_REGEXPS
Instance Attribute Summary
Attributes inherited from Nop
Instance Method Summary collapse
Methods inherited from DebugCommand
Methods inherited from Nop
category, description, execute, #initialize
Constructor Details
This class inherits a constructor from IRB::ExtendCommand::Nop
Instance Method Details
#execute(*args) ⇒ Object
10 11 12 |
# File 'lib/irb/cmd/next.rb', line 10 def execute(*args) super(do_cmds: ["next", *args].join(" ")) end |