Skip to content

Instantly share code, notes, and snippets.

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