method

publish

rails latest stable - Class: ActiveSupport::Notifications::Fanout::Subscribers::Timed
publish(name, *args)
public

No documentation available.

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