module Nokogiri::Decorators::Hpricot::Node

def xpath *args

def xpath *args
  return super if args.length > 0
  path
end