From: Joel VanderWerf Date: 2006-05-21T16:28:04+09:00 Subject: Re: rubynuby - confused by method name "inject" Jeff Pritchard wrote: > As for Inject, nobody has come up with a wording that makes any sense to > me yet. Does Inject have any aliases/synonyms? You can think of it as "accumulate", since there is an "accumulator", whose value is initially the argument to inject (or the first value in the collection), and subsequently the block value. -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407