On Jan 2, 2006, at 2:29 AM, Chad Perrin wrote: > In particular, you could have an array called myarray > (for example) and iterate over its contents using the each method to > perform the same action on each element of the array: > > myarray.each do { |foo| puts foo } Only we would never write that since the following does the same thing: puts myarray James Edward Gray II