Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [12] pry(main)> :hi.object_id
- => 1091688
- [13] pry(main)> :hi.object_id
- => 1091688
- [14] pry(main)> "hi".object_id
- => 21004180
- [15] pry(main)> "hi".object_id
- => 21031900
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement