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
Answer: Option A
Join The Discussion