method
irb_exit
irb_exit(irb, ret)
public
Hide source
# File lib/irb.rb, line 75 def IRB.irb_exit(irb, ret) throw :IRB_EXIT, ret end