Skip to content

Instantly share code, notes, and snippets.

@domgetter
Created January 14, 2014 22:27
Show Gist options
  • Save domgetter/8427155 to your computer and use it in GitHub Desktop.
Save domgetter/8427155 to your computer and use it in GitHub Desktop.
irb(main):001:0> "a".object_id
=> 22205184
irb(main):002:0> "a".object_id
=> 21699816
irb(main):003:0> :a.object_id
=> 357224
irb(main):004:0> :a.object_id
=> 357224
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment