module Nokogiri::XML::Searchable

def at_xpath(*args)

See Searchable#xpath for more information.

match. +paths+ must be one or more XPath queries.
Search this node for XPath +paths+, and return only the first

call-seq: xpath *paths, [namespace-bindings, variable-bindings, custom-handler-class]
#
def at_xpath(*args)
  xpath(*args).first
end