new

SystemExit.new â system_exit
SystemExit.new(status) â system_exit
SystemExit.new(status, msg) â system_exit
SystemExit.new(msg) â system_exit
Class Public methods

Create a new SystemExit exception with the given status and message. Status is true, false, or an integer. If status is not given, true is used.

doc_ruby_on_rails
2015-05-16 18:34:16
Comments
Leave a Comment

Please login to continue.