Answer Posted / Alakh Jain
"The retry statement in Ruby is used to repeat a block of code when an exception occurs. It causes the current iteration of the loop or invocation of the method that contains the retry statement to be abandoned and the next iteration or call to begin."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers