node.ancestors()
Returns the array of ancestors nodes, starting with this node, then followed by each parent up to the root.
node.ancestors()
Returns the array of ancestors nodes, starting with this node, then followed by each parent up to the root.
Please login to continue.