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