Q6
What does the select method do in Ruby enumerators?
A.
Sorts elements in a collection
B.
Filters elements in a collection based on a condition
AnswerC.
Removes duplicate elements from a collection
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board