exit_irb
🚪 Exiting IRB Gracefully​
To leave IRB when you’re done, you have two simple options: type exit
or press Ctrl + D
. Both will close the session and return you to your shell:
irb(main):001:0> exit
$
To leave IRB when you’re done, you have two simple options: type exit
or press Ctrl + D
. Both will close the session and return you to your shell:
irb(main):001:0> exit
$