Explain redo statement in Ruby.

bookmark

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