module T::Private::Methods::SingletonMethodHooks

def singleton_method_added(name)

def singleton_method_added(name)
  super(name)
  ::T::Private::Methods._on_method_added(self, name, is_singleton_method: true)
end