# File lib/symetrie_com/acts_as_better_nested_set.rb, line 702
        def siblings_through(other, scope = {})
          self_and_siblings_through(other, scope) - [self]
        end