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

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

#publish(name, *args) ⇒ Object



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

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