class REXML::Parsers::PullEvent

def end_element?

Content: [ String tag_name ]
def end_element?
  @contents[0] == :end_element
end