Class: IRB::Command::ForceExit
- Defined in:
- lib/irb/command/force_exit.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
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
11 12 13 |
# File 'lib/irb/command/force_exit.rb', line 11 def execute(_arg) throw :IRB_EXIT, true end |