From: Csaba Henk Date: 2005-04-12T16:54:39+09:00 Subject: Re: unable to reason On 2005-04-12, Daun Jaun wrote: > what is going on in the above code why is there the discrepancy in the output > is it a bug or paraller processing feature > > please figure it out and explain Meditate over the following koan: Array.new(3,"x").map{|x| x.object_id}.uniq.size Csaba