Class: Cv::Description

Inherits:
Array
  • Object
show all
Defined in:
lib/cv/description.rb

Instance Method Summary collapse

Instance Method Details

#to_xml(xml) ⇒ Object



4
5
6
# File 'lib/cv/description.rb', line 4

def to_xml(xml)
  each {|param| param.to_xml(xml) }
end