Skip to content

Instantly share code, notes, and snippets.

@jamesgecko
Created May 2, 2012 13:10
Show Gist options
  • Save jamesgecko/2576433 to your computer and use it in GitHub Desktop.
Save jamesgecko/2576433 to your computer and use it in GitHub Desktop.
irb(main):041:0> true.class
=> TrueClass
irb(main):042:0> true === TrueClass
=> false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment