module T::Private::MixesInClassMethods
def included(other)
def included(other) mod = Abstract::Data.get(self, :class_methods_mixin) other.extend(mod) super end
def included(other) mod = Abstract::Data.get(self, :class_methods_mixin) other.extend(mod) super end