# File lib/active_record/acts/tree.rb, line 81
        def siblings
          self_and_siblings - [self]
        end