# File lib/xml/xpath.rb, line 2783 def select @iterator.each(@node, @visitor) { |i| node = i.node @nodes.push node if yield(i) } self end