method

publish

publish(name, *args)
public

No documentation available.

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