Skip to content

Instantly share code, notes, and snippets.

@nkabardin
Created June 2, 2015 11:53
Show Gist options
  • Save nkabardin/85921cc07b57d8f46c46 to your computer and use it in GitHub Desktop.
Save nkabardin/85921cc07b57d8f46c46 to your computer and use it in GitHub Desktop.
irb(main):003:0> "abc".object_id == "abc".object_id
=> false
irb(main):004:0> "abc".to_sym.object_id == "abc".to_sym.object_id
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment