# File lib/capybara/xpath.rb, line 50
    def append(path)
      XPath.new(*[@paths, XPath.wrap(path).paths].flatten)
    end