Sha256: 872d4bd9a30c159c0406432737aeca31954cbbe7f311442a2744dd13b66b8106
Contents?: true
Size: 183 Bytes
Versions: 2
Compression:
Stored size: 183 Bytes
Contents
module Docxtor2 class Package::Part attr_reader :filename, :content def initialize(filename, content) @filename = filename @content = content end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
docxtor2-0.0.9 | lib/docxtor2/package/part.rb |
docxtor2-0.1.0 | lib/docxtor2/package/part.rb |