Class: Paragraph
Instance Attribute Summary
Attributes inherited from Container
Instance Method Summary collapse
Methods inherited from Container
Constructor Details
This class inherits a constructor from Container
Instance Method Details
#render(w) ⇒ Object
89 90 91 92 93 |
# File 'lib/yesroff/text.rb', line 89 def render(w) style.render(w) super(w) w.end_paragraph end |