# You can find out what this ID is with the object_id method from Object.myString = "asdf"whitman = myString # copy one string object to anotherwhitman == myString # => truemyString.object_id # => 968680whitman.object_id # => 968680