# File lib/ruport/formatter/csv.rb, line 81
    def build_row(data = self.data)
      csv_writer << data
    end