# File lib/symetrie_com/acts_as_better_nested_set.rb, line 675
        def ancestors_through(other, scope = {})
          ancestors_and_self_through(other, scope) - [self]
        end