# File lib/xml/xpath.rb, line 2861
    def **(other)
      super unless other.is_a? XPathNodeSet
      merge other.nodes
      self
    end