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