From: Pit Capitain Date: 2006-08-04T04:32:07+09:00 Subject: Re: Array#size empties the Array?? Sven Suska schrieb: > This all stabilizes the hypothesis, > that the Array#size method empties the array > when called as the first method after the object obtained. > > Any more suggestions? Sven, you could try to find the implementation of the size method: p rks.method(:size) From the output you should be able to find the class/module which implements the size method. Regards, Pit