# File lib/daemons/reporter.rb, line 5
    def initialize(options)
      @options = options

      if !options[:shush]
        $stdout.sync = true
      end
    end