Class: Sablon::HTMLConverter::Newline
- Defined in:
- lib/sablon/html/ast.rb
Instance Method Summary collapse
Methods inherited from Node
Instance Method Details
#inspect ⇒ Object
171 172 173 |
# File 'lib/sablon/html/ast.rb', line 171 def inspect "<Newline>" end |
#to_docx ⇒ Object
167 168 169 |
# File 'lib/sablon/html/ast.rb', line 167 def to_docx "<w:r><w:br/></w:r>" end |