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

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

#publish(name, *args) ⇒ Object



224
225
226
# File 'lib/active_support/notifications/fanout.rb', line 224

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