method

delete_empty

delete_empty(hash)
private

No documentation available.

# File activesupport/lib/active_support/xml_mini/jdom.rb, line 61
    def delete_empty(hash) 
      hash.delete(CONTENT_KEY) if hash[CONTENT_KEY] == ''
    end