Skip to content

Instantly share code, notes, and snippets.

@swalberg
Created November 2, 2011 19:01
Show Gist options
  • Save swalberg/1334544 to your computer and use it in GitHub Desktop.
Save swalberg/1334544 to your computer and use it in GitHub Desktop.
>> :foo.object_id
=> 302268
>> :foo.object_id
=> 302268
>> "foo".object_id
=> 2165056460
>> "foo".object_id
=> 2165052320
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment