Q. 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) Checks if any element satisfies a given condition