0 votes
in Ruby by
Explain redo statement in Ruby.

1 Answer

0 votes
by
Ruby redo statement is used to repeat the current iteration of the loop. The redo statement is executed without evaluating loop's condition.
...