Skip to content

Instantly share code, notes, and snippets.

@kaiwren
Created September 26, 2009 23:22
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 kaiwren/194494 to your computer and use it in GitHub Desktop.
Save kaiwren/194494 to your computer and use it in GitHub Desktop.
~ λ jruby -v
jruby 1.4.0dev (ruby 1.8.7p174) (2009-08-05 619cebe) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_15) [x86_64-java]
~ λ jirb
irb(main):001:0> {}.eql?({})
=> true
irb(main):002:0> [].eql?([])
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment