Class: Raf::Paragraph
Instance Method Summary collapse
Methods inherited from Element
#inline_parse_to_str, #newline_to_br
Instance Method Details
#apply ⇒ Object
50 51 52 |
# File 'lib/raf2html_element.rb', line 50 def apply "<p>#{@contents.map{|c| c.apply}}</p>\n" end |