module Datadog::Tracing::Contrib::Racecar::Events
def all
def all self::ALL end
def subscribe!
def subscribe! all.each(&:subscribe!) end
def subscriptions
def subscriptions all.collect(&:subscriptions).collect(&:to_a).flatten end
def all self::ALL end
def subscribe! all.each(&:subscribe!) end
def subscriptions all.collect(&:subscriptions).collect(&:to_a).flatten end