Skip to content

Instantly share code, notes, and snippets.

@matsadler
Created July 29, 2009 16:30
Show Gist options
  • Save matsadler/158253 to your computer and use it in GitHub Desktop.
Save matsadler/158253 to your computer and use it in GitHub Desktop.
def bang
raise
ensure
return
end
bang
puts "you wouldn't expect to get here"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment