Method: IRB.irb_exit

Defined in:
lib/irb.rb

.irb_exitObject

Quits irb



910
911
912
# File 'lib/irb.rb', line 910

def irb_exit(*) # :nodoc:
  throw :IRB_EXIT, false
end