# File lib/active_ldap/acts/tree.rb, line 29
      def root
        node = self
        node = node.parent while node.parent
        node
      end