From: William Morgan Date: 2005-07-08T23:41:45+09:00 Subject: Re: accessing index inside map Excerpts from Michael Campbell's mail of 8 Jul 2005 (EDT): > On 7/8/05, David A. Black wrote: > > I'd still like to see #man_with_index added to Enumerable. > > "index" implies an ordering, which maps by definition don't have. > Shouldn't that be something along the lines of "#map_with_key"? "Map" here means "collect", not "Hash". -- William