Class: N42translation::XML

Inherits:
Object
  • Object
show all
Defined in:
lib/n42translation/xml.rb

Class Method Summary collapse

Class Method Details

.createXML(yaml) ⇒ Object



7
8
9
# File 'lib/n42translation/xml.rb', line 7

def self.createXML(yaml)
  return yaml_to_xml(yaml)
end