Q. In Ruby, what is the purpose of the `redo` keyword? (A) Repeats the current iteration of the loop (B) Exits the loop (C) Skips the current iteration of the loop (D) Restarts the loop from the beginning ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Repeats the current iteration of the loop