Class: Wikitxt::BodyNode
Instance Attribute Summary
Attributes inherited from BaseNode
Instance Method Summary collapse
Methods inherited from BaseNode
Constructor Details
This class inherits a constructor from Wikitxt::BaseNode
Instance Method Details
#to_html ⇒ Object
14 15 16 |
# File 'lib/wikitxt/node.rb', line 14 def to_html children.map(&:to_html).join end |