Ruby SystemExit Functions

EditRocket provides the following information on SystemExit functions in the Ruby source code builder.

new(status=0) - Create a new SystemExit exception with the given status.

status - Return the status value associated with this system exit.

success? - Returns true if exiting successful, false if not.