Class: IRB::Command::Delete
- Inherits:
-
DebugCommand
- Object
- Base
- Debug
- DebugCommand
- IRB::Command::Delete
- Defined in:
- lib/irb/command/delete.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from DebugCommand
Methods inherited from Debug
Methods inherited from Base
category, description, execute, help_message, #initialize
Constructor Details
This class inherits a constructor from IRB::Command::Base
Instance Method Details
#execute(arg) ⇒ Object
10 11 12 |
# File 'lib/irb/command/delete.rb', line 10 def execute(arg) execute_debug_command(pre_cmds: "delete #{arg}") end |