# File lib/faster_csv.rb, line 615 def self.foreach( path, options = Hash.new, &block ) open(path, options) do |csv| csv.each(&block) end end