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