From: Hugh Sasse Staff Elec Eng Date: 2002-09-20T02:22:31+09:00 Subject: Re: subclassing Integer On Fri, 20 Sep 2002, I wrote: > its own number. I can't remember/find how to get back from the > number to the object though. I found it in ObjectSpace: s = "I am a string" � "I am a string" r = ObjectSpace._id2ref(s.id) � "I am a string" r == s � true To quote the Pickaxe book. > Hugh >