Skip to content

Instantly share code, notes, and snippets.

@Sixeight
Created January 29, 2011 07:06
Show Gist options
  • Save Sixeight/801634 to your computer and use it in GitHub Desktop.
Save Sixeight/801634 to your computer and use it in GitHub Desktop.
def hoge
yield 2
end
x = 5
hoge do |x|
p x
p local_variables
end
p local_variables
p x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment