Class: IRB::ExtendCommand::Delete

Inherits:
DebugCommand show all
Defined in:
lib/irb/cmd/delete.rb

Constant Summary

Constants inherited from Debug

IRB::ExtendCommand::Debug::BINDING_IRB_FRAME_REGEXPS

Instance Attribute Summary

Attributes inherited from Nop

#irb_context

Instance Method Summary collapse

Methods inherited from DebugCommand

category, description

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/delete.rb', line 10

def execute(*args)
  super(pre_cmds: ["delete", *args].join(" "))
end