From: Christian Neukirchen Date: 2006-12-14T06:56:14+09:00 Subject: Re: map taking an argument (was: Re: join_with) "Martin DeMello" writes: >> (1..10).map &lambda {|i| i*2} > => [2, 4, 6, 8, 10, 12, 14, 16, 18, 20] David, do you want to allow (1..10).map(:*, 2) ? -- Christian Neukirchen http://chneukirchen.org