Class: Cv::Description
- Inherits:
-
Array
- Object
- Array
- Cv::Description
- 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 |