From: Paul Brannan Date: 2002-03-27T06:30:01+09:00 Subject: Re: yield in iterator's body - On Wed, Mar 27, 2002 at 06:07:45AM +0900, Christopher �zbek wrote: > The value of the last expression would be "M" in this case, would it? I > don't know, this is maybe just because in most cases the programmer needs > the array more than the result from the last call. I already have the object on which I called each (if I call a.each(&b), then my object is a). However, the last expression is something that I do not have and have no way to get. It's something that might be useful to have, certainly much more so than the original object. Paul