class REXML::XPathParser

def leave(tag, *args)

def leave(tag, *args)
  @nest -= 1
  trace(:leave, tag, *args)
end