# File lib/active_ldap/acts/tree.rb, line 45
      def self_and_siblings
        parent ? parent.children : [self]
      end