class RubyReport::Report

def prepend_report(report)

def prepend_report(report)
  reports.unshift(report)
end