Skip to content

Instantly share code, notes, and snippets.

@fronx
Created August 18, 2011 19:41
Show Gist options
  • Select an option

  • Save fronx/1154972 to your computer and use it in GitHub Desktop.

Select an option

Save fronx/1154972 to your computer and use it in GitHub Desktop.
alias :fn :lambda
module Kernel
def same; fn { |x| x } end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment