# File lib/active_support/notifications/fanout.rb, line 24
      def publish(name, *args)
        listeners_for(name).each { |s| s.publish(name, *args) }
      end