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

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

#publish(name, *args) ⇒ Object



119
120
121
# File 'lib/skylight/vendor/active_support/notifications/fanout.rb', line 119

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