Class: IRB::Command::Exit
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
permalink #execute(_arg) ⇒ Object
[View source]
11 12 13 |
# File 'lib/irb/command/exit.rb', line 11 def execute(_arg) IRB.irb_exit end |