Skip to content

Instantly share code, notes, and snippets.

@rhysd
Created April 8, 2014 13:45
Show Gist options
  • Save rhysd/10126298 to your computer and use it in GitHub Desktop.
Save rhysd/10126298 to your computer and use it in GitHub Desktop.
def f
return
n = 42
ensure
puts n
end
f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment