method

new

new()
public

No documentation available.

# File activesupport/lib/active_support/notifications/fanout.rb, line 17
      def initialize
        @string_subscribers = Hash.new { |h, k| h[k] = [] }
        @other_subscribers = []
        @listeners_for = Concurrent::Map.new
        super
      end