Skip to content

Instantly share code, notes, and snippets.

@denisdefreyne
Created May 18, 2022 09:37
Show Gist options
  • Save denisdefreyne/be9104b881615ddde883d651b8c0237a to your computer and use it in GitHub Desktop.
Save denisdefreyne/be9104b881615ddde883d651b8c0237a to your computer and use it in GitHub Desktop.
1 == 1.0 # => true
1.eql?(1.0) # => false
1.0.eql?(1.0) # => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment