Method: ActiveSupport::Notifications::Fanout::Subscribers::Timed#publish

Defined in:
activesupport/lib/active_support/notifications/fanout.rb

#publish(name, *args) ⇒ Object



422
423
424
# File 'activesupport/lib/active_support/notifications/fanout.rb', line 422

def publish(name, *args)
  @delegate.call name, *args
end