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