Subject: Re: Are we cool? method_missing in enumerator
From: Daniel DeLorme <dan-ml dan42.com>
Date: Thu, 19 Jul 2007 08:01:41 +0900
References: 260253260505260523
In-reply-to: 260523
Trans wrote:
> I think I've come up with a good alternative that is safer, but still
> reads well (as of 1.9):
>
> arr.map.x + 3
>
> What do you think?
I'll throw out this idea from a thread not so long ago:
arr.map.it + 3
;)
Daniel