Skip to content

Instantly share code, notes, and snippets.

@hackervera
Created September 22, 2010 18:46
Show Gist options
  • Select an option

  • Save hackervera/592258 to your computer and use it in GitHub Desktop.

Select an option

Save hackervera/592258 to your computer and use it in GitHub Desktop.
yummy = lambda {|number| number + 5}
foo = [1,2,3,4]
puts foo.each(&yummy) #=> 1,2,3,4 WTF?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment