Q. What is the purpose of the times method in Ruby enumerators? (A) Executes a block of code a specified number of times (B) Iterates over each element in a collection (C) Converts a collection into an enumerator (D) Sorts elements in a collection ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Executes a block of code a specified number of times