Hi, In message "[Q] How to get an exit code from SystemExit exception" on 03/06/13, "Gennady" <gfb / tonesoft.com> writes: |I catch SystemExit exception raised as a result of "exit <status>" somewhere in the code. How do I get the |<status> in my rescue? In 1.8.0, a SystemExit object has "status" method. matz.