# File lib/nokogiri/decorators/hpricot/node.rb, line 15
        def xpath *args
          return super if args.length > 0
          path
        end