From: Alvaro Perez Date: 2007-11-19T21:29:13+09:00 Subject: Re: Break a recursive loop Steve Pugh wrote: > Instead of breaking out of the loop, why don't you return the object > you found or return 'true'? > > _Steve I tried but does not work if I want to return nil when I found nothing... -- Posted via http://www.ruby-forum.com/.