Class: Paragraph
Instance Attribute Summary
Attributes inherited from Container
Instance Method Summary collapse
Methods inherited from Container
#<<, #initialize, #length, #to_s
Constructor Details
This class inherits a constructor from Container
Instance Method Details
#render(w) ⇒ Object
131 132 133 134 135 |
# File 'lib/yesroff/text.rb', line 131 def render(w) style.render(w) if style super(w) w.end_paragraph end |