SyntaxFix
Write A Post
Hire A Developer
Questions
loop { begin Bar.new rescue SystemExit p $! #: #<SystemExit: exit> end }
This will print #<SystemExit: exit> in an infinite loop, without ever exiting.
#<SystemExit: exit>