From: Daniel DeLorme Date: 2007-09-11T12:35:36+09:00 Subject: Re: DAH, using the 'id' property on an object. Get around ruby Trans wrote: > Level 1: > > obj.object_id Level 1.5: obj.__id__ Unlike object_id, redefining __id__ causes a warning. I've run into a case (with rails) where proxy objects forward the object_id method but not the __id__ method. Daniel