method
end_element
v4.2.9 -
Show latest stable
- Class:
ActiveSupport::XmlMini_NokogiriSAX::HashBuilder
end_element(name)public
No documentation available.
# File activesupport/lib/active_support/xml_mini/nokogirisax.rb, line 53
def end_element(name)
if current_hash.length > current_hash.delete(HASH_SIZE_KEY) && current_hash[CONTENT_KEY].blank? || current_hash[CONTENT_KEY] == ''
current_hash.delete(CONTENT_KEY)
end
@hash_stack.pop
end