method
irb_exit
v2_1_10 -
Show latest stable
- Class:
IRB::ExtendCommandBundle
irb_exit(ret = 0)public
Quits the current irb context
ret is the optional signal or message to send to Context#exit
Same as IRB.CurrentContext.exit.
irb_exit(ret = 0)Quits the current irb context
ret is the optional signal or message to send to Context#exit
Same as IRB.CurrentContext.exit.