----- Original Message ----- From: "Joel VanderWerf" <vjoel / PATH.Berkeley.EDU> To: "ruby-talk ML" <ruby-talk / ruby-lang.org> Sent: Thursday, September 19, 2002 3:07 PM Subject: Re: select and select > Would it be less confusing to extend the behavior of #entries, instead, > like this: > > [0,1,2,3,4].entries(1,3) #==> [1,3] > > or would this lead to the same problems as with overloading #select? Actually, I like this a lot. I think this is my new favorite solution to this non-problem. Hal