# File lib/faster_csv.rb, line 1404
  def to_csv( options = Hash.new )
    FasterCSV.generate_line(self, options)
  end