Class: Paragraph

Inherits:
Container show all
Defined in:
lib/yesroff/text.rb

Instance Attribute Summary

Attributes inherited from Container

#contents, #parent, #style

Instance Method Summary collapse

Methods inherited from Container

#<<, #initialize

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