# File lib/active_record/acts/tree.rb, line 85
        def self_and_siblings
          has_parent? ? parent.children : self.class.roots
        end