From: Ryan Leavengood Date: 2007-04-02T23:43:34+09:00 Subject: Re: Map Or Collect Redux On 4/2/07, RubyTalk@gmail.com wrote: > Looking in the old archives of ruby-talk I found a thread in 2005 > about using map or collect. As far as I know there is not difference > between the two methods. I would like to know what everyone's > preference is? I use map. It is shorter and for me it describes the operation better. Ryan