Q29
What does the each_slice method do in Ruby enumerators?
A.
Iterates over each consecutive sequence of a given size in a collection
AnswerB.
Splits a collection into slices before elements that satisfy a given condition
C.
Iterates over each element in a collection along with its index
D.
Checks if any element satisfies a given condition
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board