From: Robert Dober Date: 2010-06-02T00:34:37+09:00 Subject: Re: enumerator problem in 1.9.1 On Tue, Jun 1, 2010 at 5:12 PM, botp wrote: > On Tue, Jun 1, 2010 at 11:04 PM, Robert Dober wrote: >> ruby -ve '[5, 7].each_with_index.each {|a| p a}' >                                                   -->  |*a| > > I am afraid you lost us again, the bug is that the information is lost when the splash is *not* added, e.g. with 1.9.1 ruby -ve '[5, 7].each_with_index.each {|*a| p a}' ruby 1.9.1p378 (2010-01-10 revision 26273) [i686-linux] [5, 0] [7, 1] 515/14 > ruby -ve '[5, 7].each_with_index.each {|a| p a}' ruby 1.9.1p378 (2010-01-10 revision 26273) [i686-linux] 5 7 But I admit this one is tricky to follow in such a long thread ;) Cheers R. -- The best way to predict the future is to invent it. -- Alan Kay