Class: Raf::Code
Instance Method Summary collapse
Methods inherited from Element
#inline_parse_to_str, #newline_to_br
Instance Method Details
#apply ⇒ Object
171 172 173 |
# File 'lib/raf2html_element.rb', line 171 def apply "<code>#{@contents.map{|c| c.apply}}</code>" end |