Advertisement
Guest User

Untitled

a guest
Sep 12th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.17 KB | None | 0 0
  1. [12] pry(main)> :hi.object_id
  2. => 1091688
  3. [13] pry(main)> :hi.object_id
  4. => 1091688
  5. [14] pry(main)> "hi".object_id
  6. => 21004180
  7. [15] pry(main)> "hi".object_id
  8. => 21031900
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement