Skip to content

Instantly share code, notes, and snippets.

@alindeman
Created December 22, 2010 15:57
Show Gist options
  • Save alindeman/751672 to your computer and use it in GitHub Desktop.
Save alindeman/751672 to your computer and use it in GitHub Desktop.
x = 1
block = lambda { puts x }
block.call
x = 3
block.call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment