XPath::AncestorIterator
# File lib/xml/xpath.rb, line 2603 def each(node, visitor) yield visitor.visit(node) super end