Sha256: 64f094845557ee9930abe698f9d3997a065deef0c09216d51f0b6963ab96af25
Contents?: true
Size: 149 Bytes
Versions: 1
Compression:
Stored size: 149 Bytes
Contents
module DocXify module Element class Table < Base def to_s(_container = nil) # TODO: Implement output end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
docxify-0.0.5 | lib/docxify/element/table.rb |