From: jwaala.amplify@... Date: 2007-03-16T00:35:05+09:00 Subject: freeze string fails to freeze ??? >> a='asdf' => "asdf" >> a.freeze => "asdf" >> a='qwer' => "qwer" should'nt that throw and exception ???