Skip to content

Instantly share code, notes, and snippets.

@denisdefreyne
Last active May 18, 2022 09:40
Show Gist options
  • Save denisdefreyne/c3cc855b0b4cae029d9afc00a5ec7798 to your computer and use it in GitHub Desktop.
Save denisdefreyne/c3cc855b0b4cae029d9afc00a5ec7798 to your computer and use it in GitHub Desktop.
point = Point.new(5, 6)
collection = {}
collection[point] = 42
p point.hash # => 421522
p collection.key?(point) # => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment