From: Florian Gilcher Date: 2009-12-22T23:42:53+09:00 Subject: Re: integers and floats On Dec 22, 2009, at 11:03 AM, Paul Smith wrote: > On Tue, Dec 22, 2009 at 2:16 PM, Rajinder Yadav wrote: > I have no idea what, if anything, has the object_ids 0, and 2. Pretty easy: false and true. irb(main):001:0> true.object_id => 2 irb(main):002:0> false.object_id => 0 Regards, Florian Gilcher