0 votes
in Ruby by
Explain retry statement in Ruby.

1 Answer

0 votes
by

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

...