What does the each_slice method do in Ruby enumerators?
A. Iterates over each consecutive sequence of a given size in a collection
B. 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
Join The Discussion