Class: Raf::Image
Instance Method Summary collapse
Methods inherited from Element
#inline_parse_to_str, #newline_to_br
Instance Method Details
#apply ⇒ Object
209 210 211 |
# File 'lib/raf2html_element.rb', line 209 def apply "<img src='#{@contents}' />" end |