Skip to content

Instantly share code, notes, and snippets.

@vlymar
Created May 6, 2013 18:19
Show Gist options
  • Save vlymar/5526989 to your computer and use it in GitHub Desktop.
Save vlymar/5526989 to your computer and use it in GitHub Desktop.
def outer
y = "penguins"
inner = lambda do
print x
end
x = "dogs"
inner.call
end
outer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment