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