# File lib/symetrie_com/acts_as_better_nested_set.rb, line 635
        def all_children(scope = {})
          full_set(scope) - [self]
        end