Skip to content

Instantly share code, notes, and snippets.

@njonsson
Created May 1, 2010 03:11
Show Gist options
  • Save njonsson/386013 to your computer and use it in GitHub Desktop.
Save njonsson/386013 to your computer and use it in GitHub Desktop.
catch :foo do
catch :bar do
do_something_that_can_throw_foo_or_bar
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment