From: Stefan Kaes Date: 2005-09-13T19:01:48+09:00 Subject: Re: possible bug? Pierre Barbier de Reuille wrote: >The doc says: > >enum.inject {| memo, obj | block } => obj > >You just swapped the two arguments ... > >Pierre > > Dang. I copied this from code for computing the average, which is insensitive to block argument order. Thanks.