Is it possible to make String instance frozen be the default? That is, one has to explicitly 'unfreeze'|'thaw' a string to modify in place. Currently, I have to type a lot 'string'.freeze, and I saw many other ruby programs doing the same thing. On an unrelated topic, is there an ruby interpreter option to turn off GC? If not, could it be added ? Thanks -Ted