class ActiveSupport::Notifications::Fanout::Subscribers::Timed

def publish(name, *args)

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