# File lib/hydra/listener/abstract.rb, line 10
      def initialize(output = $stdout)
        @output = output
      end