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