Skip to content

Instantly share code, notes, and snippets.

@leejarvis
Created March 4, 2012 00:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leejarvis/fa5ce273ba27823d0003 to your computer and use it in GitHub Desktop.
Save leejarvis/fa5ce273ba27823d0003 to your computer and use it in GitHub Desktop.
def this_method_kills_the_program
exit
end
begin
this_method_kills_the_program
rescue SystemExit
end
puts "Apparently I will never get called.. but I do!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment