# File lib/acts_as_tree.rb, line 82
    def siblings
      self_and_siblings - [self]
    end