Skip to content

Instantly share code, notes, and snippets.

@arwagner
Created November 29, 2011 02:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arwagner/1403089 to your computer and use it in GitHub Desktop.
Save arwagner/1403089 to your computer and use it in GitHub Desktop.
proc/block gotcha i'm missing?
instance_eval { 3 }
x = lambda { 3 }
instance_eval &x # wrong number of arguments, 1 for 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment