class Raf::Paragraph
Public Instance Methods
apply()
click to toggle source
# File lib/raf2html_element.rb, line 49 def apply "<p>#{@contents.map{|c| c.apply}}</p>\n" end
# File lib/raf2html_element.rb, line 49 def apply "<p>#{@contents.map{|c| c.apply}}</p>\n" end