# File lib/faster_csv.rb, line 325
    def to_csv( options = Hash.new )
      fields.to_csv(options)
    end