# File lib/aruba/reporting.rb, line 60
      def report
        erb = ERB.new(template('main.erb'), nil, '-')
        erb.result(binding)
      end