Continuing the next iteration

From: YAD [mailto:goofball@vapornet.com]

What's the Ruby equivalent of "next" in Perl or "continue" in C?
Is it possible to continue an outer loop, as in Perl's "next"
with a label argument?

The Ruby Language

And also:
http://phrogz.net/ProgrammingRuby/tut_expressions.html#breakredoandnext

···

From: Gavin Kistner