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