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