Skip to content

Instantly share code, notes, and snippets.

@brixen
Created December 29, 2014 21:14
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 brixen/ebae13e382f36d840955 to your computer and use it in GitHub Desktop.
Save brixen/ebae13e382f36d840955 to your computer and use it in GitHub Desktop.
CLM-bshirai:rubinius bshirai$ ruby -v -e 'p proc {}.lambda?'
rubinius 2.4.1 (2.1.0 b332f133 2014-12-04 3.5.0 JI) [x86_64-darwin14.1.0]
false
CLM-bshirai:rubinius bshirai$ ruby -v -e 'p lambda {}.lambda?'
rubinius 2.4.1 (2.1.0 b332f133 2014-12-04 3.5.0 JI) [x86_64-darwin14.1.0]
true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment