class RubyReport::Report

def rows

def rows
  @rows ||= each_row.to_a
end