Skip to content

Instantly share code, notes, and snippets.

@jonleighton
Created September 15, 2011 09:34
Show Gist options
  • Save jonleighton/1218901 to your computer and use it in GitHub Desktop.
Save jonleighton/1218901 to your computer and use it in GitHub Desktop.
# encoding: utf-8
def λ(&block)
block
end
I = λ { |x| x }
I.(3) # => 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment