Ruby yaml转换xmlrequire active_support/core_extYAML.parse(key: value).transform.to_xml
Ruby yaml转换xml
require 'active_support/core_ext'YAML.parse("key: value").transform.to_xml Ruby yaml转换xml
require 'active_support/core_ext'YAML.parse("key: value").transform.to_xml