Class: DocxGenerator::Word::Extensions::Newline

Inherits:
Object
  • Object
show all
Defined in:
lib/docx_generator/word/extensions.rb

Instance Method Summary collapse

Instance Method Details

#generateObject



15
16
17
# File 'lib/docx_generator/word/extensions.rb', line 15

def generate
  DocxGenerator::Word::Run.new({}, [DocxGenerator::Word::Break.new])
end