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