class Sorbet::Private::GemGeneratorTracepoint::Tracer
def self.on_method_added(mod, method, singleton)
def self.on_method_added(mod, method, singleton) add_to_context(type: :method, module: mod, method: method, singleton: singleton) end
def self.on_method_added(mod, method, singleton) add_to_context(type: :method, module: mod, method: method, singleton: singleton) end