method
irb_exit
irb_exit(ret = 0)
public
Hide source
# File lib/irb/extend-command.rb, line 22 def irb_exit(ret = 0) irb_context.exit(ret) end