Method code for $root.ancestors_descending()

[Turn on line numbering]
arg obj;
var anc;

return filter anc in (.ancestors()) where (anc.has_ancestor(obj));

// Created as a part of ColdCore, see: @help Credit

Tlon