Guest User

Untitled

a guest
Jun 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. irb(main):017:0> x = :hello
  2. => :hello
  3. irb(main):018:0> y = :hello
  4. => :hello
  5. irb(main):019:0> x.object_id
  6. => 332188
  7. irb(main):020:0> y.object_id
  8. => 332188
Add Comment
Please, Sign In to add comment