Class: Raf::Quote
Instance Method Summary collapse
Methods inherited from Element
#inline_parse_to_str, #newline_to_br
Instance Method Details
#apply ⇒ Object
56 57 58 |
# File 'lib/raf2html_element.rb', line 56 def apply "<pre>#{CGI.escapeHTML(@contents.join)}</pre>\n" end |