Skip to content

Instantly share code, notes, and snippets.

@kalorz
Created September 15, 2017 10:05
Show Gist options
  • Save kalorz/a382bbb61f2e23e8b8db191be321ecc8 to your computer and use it in GitHub Desktop.
Save kalorz/a382bbb61f2e23e8b8db191be321ecc8 to your computer and use it in GitHub Desktop.
Ruby Gotchas: eql? and ==
1 == 1.0 # => true
1.eql? 1.0 # => false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment