# File lib/nokogiri/xml/node.rb, line 204 def at path, ns = document.root ? document.root.namespaces : {} search(path, ns).first end