From: James Britt Date: 2006-03-31T03:59:00+09:00 Subject: Re: How to break out deeply nested loops? (newbie) Talha Oktay wrote: > I sometimes need to break out, next or redo deeply nested loops in different > levels instead of the innermost enclosing scope. Is there a facility to > label blocks or loops and redo, next or break to the labeled blocks or > loops as in some other programming languages? > > Thanks in advance. > throw/catch http://www.ruby-doc.org/core/classes/Kernel.html#M001972 -- James Britt