# File lib/capybara/xpath.rb, line 42
    def scope(scope)
      XPath.new(*paths.map { |p| scope + p })
    end