Q. What is the purpose of the lazy method in Ruby enumerators?
β
Correct Answer: (C)
Delays the execution of operations on an enumerator until they are needed
You must be Logged in to update hint/solution