Method: IRB.irb_exit
- Defined in:
- lib/irb.rb
.irb_exit ⇒ Object
Quits irb
910 911 912 |
# File 'lib/irb.rb', line 910 def irb_exit(*) # :nodoc: throw :IRB_EXIT, false end |
Quits irb
910 911 912 |
# File 'lib/irb.rb', line 910 def irb_exit(*) # :nodoc: throw :IRB_EXIT, false end |