Q. What does the `retry` keyword do in Ruby? (A) Repeats the current iteration of the loop (B) Exits the loop (C) Restarts the loop from the beginning (D) Restarts the current block of code from the beginning ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Restarts the loop from the beginning