# File lib/active_support/xml_mini/libxml.rb, line 113
        def children_yaml_to_hash(hash = {})
          hash[CONTENT_ROOT] = content unless content.blank?
          hash
        end