Skip to content

Instantly share code, notes, and snippets.

@britishtea
Created July 12, 2013 17:26
Show Gist options
  • Save britishtea/5986186 to your computer and use it in GitHub Desktop.
Save britishtea/5986186 to your computer and use it in GitHub Desktop.
object = []
object.object_id # => 70185911630120
hash = Hash.new([])
hash[:one].object_id # => 70185911630120
hash[:two].object_id # => 70185911630120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment