# File lib/faster_csv.rb, line 1254 def self.read(path, options = Hash.new) open(path, "rb", options) { |csv| csv.read } end