Q21
What is the purpose of the lazy method in Ruby enumerators?
A.
Converts an enumerator into a hash
B.
Converts an enumerator into an array
C.
Delays the execution of operations on an enumerator until they are needed
AnswerD.
Executes operations on an enumerator immediately
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board