Class: Sablon::HTMLConverter::Newline

Inherits:
Node
  • Object
show all
Defined in:
lib/sablon/html/ast.rb

Instance Method Summary collapse

Methods inherited from Node

#accept, node_name

Instance Method Details

#inspectObject



171
172
173
# File 'lib/sablon/html/ast.rb', line 171

def inspect
  "<Newline>"
end

#to_docxObject



167
168
169
# File 'lib/sablon/html/ast.rb', line 167

def to_docx
  "<w:r><w:br/></w:r>"
end