Hi,
In message "[ruby-talk:02444] Re: Iterator into array"
on 00/04/11, "Conrad Schneiker" <schneiker / jump.net> writes:
|So I think it would be good thing for Ruby if we could find some suitable
|syntax extension "for collecting yielded values".
Although I agree with Conrad about feature-rich, Dave's "collecting
yielded values" is not that simple unfortunately. "collecting yielded
values" works fine only for "iterators", but not applicable to all
method with block in genreral.
matz.