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