samphippen (Sam Phippen)
- Login: samphippen
- Email: samphippen@googlemail.com
- Registered on: 06/08/2013
- Last sign in: 06/17/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/08/2013
-
09:09 AM Ruby Bug #8501 (Closed): exit code when an exception raised in at_exit hook
- =begin
Actual Behaviour:
Running this file:
class MyStupidClass
def self.inspect
raise "LOOOOOL"
end
end
at_exit { p $! }
at_exit { MyStupidClass.nope }
gives a 0 exit code and the following output...