# File lib/rubyrep/base_runner.rb, line 28
    def report_printer
      unless @report_printer
        printer_class = report_printer_class || ScanReportPrinters::ScanSummaryReporter
        @report_printer ||= printer_class.new(session, report_printer_arg)
      end
      @report_printer
    end