# File lib/ruport/formatter/csv.rb, line 68 def build_row require "fastercsv" output << FCSV.generate_line(data,format_options || {}) end