# File lib/xml/xpath.rb, line 831
    def concat(s)
      @value = @value + s
      self
    end