# File lib/better_nested_set.rb, line 234
234:         def self_and_ancestors
235:             ancestors + [self]
236:         end