Sha256: 07f07b9938533d4b2aa8180c4ba7f7352dd428231935ada9b2171f1eae5abb4e
Contents?: true
Size: 273 Bytes
Versions: 6
Compression:
Stored size: 273 Bytes
Contents
module Axlsx #A collection of Cfvo objects that initializes with the required #first two items class Cfvos < SimpleTypedList def initialize super(Cfvo) end def to_xml_string(str='') each { |cfvo| cfvo.to_xml_string(str) } end end end
Version data entries
6 entries across 6 versions & 4 rubygems