method
publish
v6.1.3.1 -
Show latest stable
- Class:
ActiveSupport::Notifications::Fanout::Subscribers::Timed
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