Method: IRB::Context#exit
- Defined in:
- lib/irb/context.rb
#exit(ret = 0) ⇒ Object
Exits the current session, see IRB.irb_exit
428 429 430 |
# File 'lib/irb/context.rb', line 428 def exit(ret = 0) IRB.irb_exit(@irb, ret) end |
Exits the current session, see IRB.irb_exit
428 429 430 |
# File 'lib/irb/context.rb', line 428 def exit(ret = 0) IRB.irb_exit(@irb, ret) end |