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