module T::Private::MixesInClassMethods

def included(other)

def included(other)
  mods = Abstract::Data.get(self, :class_methods_mixins)
  mods.each {|mod| other.extend(mod)}
  super
end