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