# File lib/parallel.rb, line 85
    def each_with_index(array, options={}, &block)
      each(array, options.merge(:with_index => true), &block)
    end