Explain retry statement in Ruby.
Ruby retry statement is used to repeat the whole loop iteration from the start.
Ruby retry statement is used to repeat the whole loop iteration from the start.