What is the purpose of the chunk_while method in Ruby enumerators?
A. Splits a collection into chunks based on a given condition
B. Combines elements from multiple collections into arrays
C. Applies a block of code to each element and returns a new collection
D. Iterates over each consecutive sequence of a given size in a collection
Answer: Option A
Join The Discussion