foo = 'hello'
bar = 'world'
baz = bar

foo.object_id
# 70303892924240 (this value may different on your machine)

bar.object_id
# 70303892908040

baz.object_id
# 70303892908040