[Source]
# File lib/active_ldap/acts/tree.rb, line 14 14: def root(options={}) 15: find(:first, options.merge(:scope => :base)) 16: end
[Validate]