[Source]
# File lib/active_ldap/human_readable.rb, line 3 3: def self.included(base) 4: super 5: base.extend(ClassMethods) 6: end
[Validate]