Keywords for each (next, break, ...)

Hi:

Sorry to ask such a lame question, but I can’t seem to find the keywords
that control flow during an iterator.
Those that I know about are ‘next’ and ‘break’.
Are there others?
Where is the documentation?

Thanks

···


Jim Freeze

Mad, adj.:
Affected with a high degree of intellectual independence …
– Ambrose Bierce, “The Devil’s Dictionary”

Those that I know about are 'next' and 'break'.
Are there others?

  retry, redo

Where is the documentation?

   http://www.ruby-lang.org/en/man-1.4/syntax.html

Guy Decoux