Sha256: 4dc10299f4f683b78e2f92238c797625747338c8ae7f773bb556cad5e51fedfb
Contents?: true
Size: 218 Bytes
Versions: 2
Compression:
Stored size: 218 Bytes
Contents
module DocxGenerator module Word module Extensions def self.space DocxGenerator::Word::Run.new({}, [DocxGenerator::Word::Text.new({ "xml:space" => "preserve" }, [" "])]) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
docx_generator-0.0.2 | lib/docx_generator/word/extensions.rb |
docx_generator-0.0.1 | lib/docx_generator/word/extensions.rb |