# File lib/xml/xpath.rb, line 2791 def select_all @iterator.each(@node, @visitor) { |i| @nodes.push i.node } self end