From: Alexander Jakopin Date: 2005-12-21T21:16:54+09:00 Subject: Re: A interesting obervation about object_id method On Wed, 2005-12-21 at 20:40 +0900, Hank Gong wrote: [SNIP] > I think it's very interesting experiments. Hope someone can give us a clear > explanation. A string is mutable, an integer is inmutable, that's why IMHO. Try the same with symbols(:hello instead of "hello"). These are inmutable. > -- > Huazhi Gong (Hank)