class Nokogiri::XML::Node

def at_xpath *paths


See Node#xpath for more information.
Equivalent to xpath(paths).first
Search this node for the first occurrence of XPath +paths+.
#
def at_xpath *paths
  xpath(*paths).first
end