# File lib/backports/2.0.0/enumerable/lazy.rb, line 48
      def to_enum(method = :each, *args)
        Lazy.new(@@lazy_with_no_block.new(self, method, args))
      end