Class: Raf::Strike
Instance Method Summary collapse
Methods inherited from Element
#inline_parse_to_str, #newline_to_br
Instance Method Details
#apply ⇒ Object
166 167 168 |
# File 'lib/raf2html_element.rb', line 166 def apply "<del>#{@contents.map{|c| c.apply}}</del>" end |