Class: Raf::Emphasis
Instance Method Summary collapse
Methods inherited from Element
#inline_parse_to_str, #newline_to_br
Instance Method Details
#apply ⇒ Object
156 157 158 |
# File 'lib/raf2html_element.rb', line 156 def apply "<strong>#{@contents.map{|c| c.apply}}</strong>" end |