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