Skip to content

Instantly share code, notes, and snippets.

@kana
Created November 14, 2012 10:01
Show Gist options
  • Save kana/4071306 to your computer and use it in GitHub Desktop.
Save kana/4071306 to your computer and use it in GitHub Desktop.
begin
original_foo = foo
foo = ya_foo
begin
original_bar = bar
bar = snack_bar
do_something
ensure
bar = original_bar
end
ensure
foo = original_foo
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment