Skip to content

Instantly share code, notes, and snippets.

@mcamou
Created October 9, 2009 17:25
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 mcamou/206186 to your computer and use it in GitHub Desktop.
Save mcamou/206186 to your computer and use it in GitHub Desktop.
"class: NilClass"
"eql: true"
"equal: true"
"==: true"
"NilClass hash: 11, contents.class.hash: 11"
"class: Symbol"
"eql: false"
"equal: false"
"==: false"
"NilClass hash: 11, contents.class.hash: 25"
"class: Array"
"eql: false"
"equal: false"
"==: false"
"NilClass hash: 11, contents.class.hash: 46"
"class: Symbol"
"eql: false"
"equal: false"
"==: false"
"NilClass hash: 11, contents.class.hash: 25"
"class: Array"
"eql: false"
"equal: false"
"==: false"
"NilClass hash: 11, contents.class.hash: 46"
"class: Symbol"
"eql: false"
"equal: false"
"==: false"
"NilClass hash: 11, contents.class.hash: 25"
"class: Array"
"eql: false"
"equal: false"
"==: false"
"NilClass hash: 11, contents.class.hash: 46"
"class: NilClass"
"eql: false"
"equal: false"
"==: false"
"NilClass hash: 11, contents.class.hash: 11"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment