What does the 'any?' method do in Ruby enumerators?
A. Checks if the enumerator is empty
B. Checks if no elements satisfy a given condition
C. Checks if all elements satisfy a given condition
D. Checks if any element satisfies a given condition
Answer: Option D
Join The Discussion