= private = protected
exit(ret = 0)
Exits the current session, see IRB.irb_exit
# File lib/irb/context.rb, line 389 def exit(ret = 0) IRB.irb_exit(@irb, ret) end