# File lib/symetrie_com/acts_as_better_nested_set.rb, line 490
        def ancestors(scope = {})
          self_and_ancestors(scope) - [self]
        end