From: Hal Fulton Date: 2004-01-16T22:50:38+09:00 Subject: Re: Enumerable#find nobu.nokada@softhome.net wrote: > Hi, > > At Fri, 16 Jan 2004 22:29:04 +0900, > Hal Fulton wrote: > >>Would it make sense to allow #find to take an argument or a block >>(but not both)? > > > It conflicts current spec, which takes the value when nothing > found. You would need another name. I don't understand. Do you mean this has changed in 1.8? find traditionally has returned nil when it fails. Can you give me an example? Thanks much, Hal