# File lib/ruport/formatter.rb, line 70 def render_data_by_row(options={},&block) data.each do |r| render_row(r,options,&block) end end