# File lib/backports/2.0.0/enumerable/lazy.rb, line 6 def lazy klass = Enumerator::Lazy.send :class_variable_get, :@@lazy_with_no_block # Note: class_variable_get is private in 1.8 Enumerator::Lazy.new(klass.new(self, :each, [])) end