module T::Props::Plugin::ClassMethods

def included(child)

def included(child)
  super
  child.plugin(self)
end