# File lib/symetrie_com/acts_as_better_nested_set.rb, line 680
        def all_children_through(other, scope = {})
          full_set_through(other, scope) - [self]
        end