Module Hash2Xml
In: lib/more/facets/xmlhash.rb

Methods

convert  

Public Instance methods

[Source]

# File lib/more/facets/xmlhash.rb, line 9
  def convert(root, content)
    convert_tag(root, '*' => content)
  end

[Validate]