# File lib/backports/1.9.1/enumerator/new.rb, line 18
      def <<(*arg)
        @final_block.call(*arg)
        self
      end