# File lib/faster_csv.rb, line 1203
  def self.parse_line(line, options = Hash.new)
    new(line, options).shift
  end