[Source]
# File lib/data_mapper/is/tree.rb, line 4 4: def self.included(base) 5: base.extend(ClassMethods) 6: end
[Validate]