Class: Dato::Paragraph
- Defined in:
- app/components/dato/paragraph.rb
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
- #generated_tag ⇒ Object
-
#initialize(node, root) ⇒ Paragraph
constructor
A new instance of Paragraph.
Methods inherited from Node
#blocks, #debug_node, #overrides, #render_node
Constructor Details
Instance Method Details
#generated_tag ⇒ Object
8 9 10 |
# File 'app/components/dato/paragraph.rb', line 8 def generated_tag "p" end |