# File lib/yell/adapters.rb, line 35
      def write( event )
        @collection.each { |c| c.write(event) }
        true
      end