Explain redo statement in Ruby Technology Community › Category: Ruby › Explain redo statement in Ruby 0 Vote Up Vote Down VietMX Staff asked 4 years ago Ruby redo statement is used to repeat the current iteration of the loop. The redo statement is executed without evaluating loop’s condition.