Method: IsoDoc::WordFunction::Body#section_break
- Defined in:
- lib/isodoc/word_function/body.rb
#section_break(body) ⇒ Object
81 82 83 84 85 |
# File 'lib/isodoc/word_function/body.rb', line 81 def section_break(body) body.p do |p| p.br **{ clear: "all", class: "section" } end end |