#!/usr/local/bin/ruby f = -"Fizz" h = -"#{f}" p f.frozen? p f.object_id p h p h.object_id