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