Guest User

Untitled

a guest
Jun 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. irb(main):009:0> s = "Some text"
  2. => "Some text"
  3. irb(main):010:0> t = s + "Another string"
  4. => "Some textAnother string"
  5. irb(main):011:0> s.object_id
  6. => 2149126400
  7. irb(main):012:0> t.object_id
  8. => 2149113200
Add Comment
Please, Sign In to add comment