method

publish

publish(name, *args)
public

No documentation available.

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