# File lib/nokogiri/xml/node_set.rb, line 74 def at path, ns = {} return self[path] if path.is_a?(Numeric) search(path, ns).first end