module T::Private::Methods::SingletonMethodHooks
def singleton_method_added(name)
def singleton_method_added(name) super(name) ::T::Private::Methods._on_method_added(self, singleton_class, name) end
def singleton_method_added(name) super(name) ::T::Private::Methods._on_method_added(self, singleton_class, name) end