# File lib/ruport/formatter/html.rb, line 53 def build_table_body data.each do |row| build_row(row.map { |e| e.to_s.empty? ? " " : e }) end end