Class: IRB::ExtendCommand::Break
- Inherits:
-
DebugCommand
- Object
- Nop
- Debug
- DebugCommand
- IRB::ExtendCommand::Break
- Defined in:
- lib/irb/cmd/break.rb
Constant Summary
Constants inherited from Debug
Debug::BINDING_IRB_FRAME_REGEXPS
Instance Attribute Summary
Attributes inherited from Nop
Class Method Summary collapse
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
Class Method Details
.transform_args(args) ⇒ Object
10 11 12 |
# File 'lib/irb/cmd/break.rb', line 10 def self.transform_args(args) args&.dump end |
Instance Method Details
#execute(args = nil) ⇒ Object
14 15 16 |
# File 'lib/irb/cmd/break.rb', line 14 def execute(args = nil) super(pre_cmds: "break #{args}") end |