Class: IRB::ExtendCommand::Finish

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

Constant Summary

Constants inherited from Debug

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

def execute(*args)
  super(do_cmds: ["finish", *args].join(" "))
end