# File lib/parallel.rb, line 80 def each(array, options={}, &block) map(array, options.merge(:preserve_results => false), &block) array end