# File lib/active_support/notifications/fanout.rb, line 6
      def initialize
        @subscribers = []
        @listeners_for = {}
      end