module T::Private::Sealed::NoIncludeExtend

def included(other)

def included(other)
  super
  this_line = Kernel.caller.find {|line| !line.match(/in `included'$/)}
  T::Private::Sealed.validate_inheritance(this_line, self, 'included')
end