Q27
What does the take_while method do in Ruby enumerators?
A.
Repeatedly applies a block of code to each element
B.
Checks if any element satisfies a given condition
C.
Takes elements from a collection until a given condition is met
AnswerD.
Iterates over each element in a collection and applies a block of code to accumulate a value
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board