# File lib/backports/2.0.0/enumerable/lazy.rb, line 81
      def chunk(*)
        super.lazy
      end