publish(name, *args)
public

No documentation available.

# File activesupport/lib/active_support/notifications/fanout.rb, line 174
          def publish(name, *args)
            @delegate.call name, *args
          end