module Hpricot::Traverse

def at(expr)

+expr+ string.
Find the first matching node for the CSS or XPath
def at(expr)
  search(expr).first
end