# File lib/faster_csv.rb, line 1832
  def parse_csv(options = Hash.new)
    FasterCSV.parse_line(self, options)
  end