method

exit!

ruby latest stable - Class: Kernel
exit!(*args)
public

Exits the process immediately. No exit handlers are run. status is returned to the underlying system as the exit status.

Process.exit!(true)