Method: REXML::Parsers::PullEvent#end_element?

Defined in:
lib/rexml/parsers/pullparser.rb

#end_element?Boolean

Content: [ String tag_name ]

Returns:

  • (Boolean)


123
124
125
# File 'lib/rexml/parsers/pullparser.rb', line 123

def end_element?
  @contents[0] == :end_element
end