class Nokogiri::XML::NodeSet

def at_css *rules


See NodeSet#css for more information.
Equivalent to css(rules).first
Search this NodeSet for the first occurrence of CSS +rules+.
#
def at_css *rules
  css(*rules).first
end