method
irb_exit
v1_8_7_330 -
Show latest stable
- Class:
IRB
irb_exit(irb, ret)public
No documentation available.
# File lib/irb.rb, line 83
def IRB.irb_exit(irb, ret)
throw :IRB_EXIT, ret
end irb_exit(irb, ret)No documentation available.
# File lib/irb.rb, line 83
def IRB.irb_exit(irb, ret)
throw :IRB_EXIT, ret
end