[ruby-talk:02449] Re: Iterator into array

From: matz@... (Yukihiro Matsumoto)
Date: 2000-04-11 14:52:11 UTC
List: ruby-talk #2449
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.

In This Thread