Skip to content

Instantly share code, notes, and snippets.

@paneq
Created September 6, 2011 09:16
Show Gist options
  • Save paneq/1197078 to your computer and use it in GitHub Desktop.
Save paneq/1197078 to your computer and use it in GitHub Desktop.
pointer?
ruby-1.9.2-p290-fastrequire :017 > o.inspect
=> "#<Object:0x9b517fc>"
ruby-1.9.2-p290-fastrequire :018 > (o.object_id*2).to_s(16)
=> "9b517fc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment