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