Class: Raf::Reference
Instance Method Summary collapse
Methods inherited from Element
#inline_parse_to_str, #newline_to_br
Instance Method Details
#apply ⇒ Object
144 145 146 |
# File 'lib/raf2html_element.rb', line 144 def apply %[<a href="#{@contents[1]}" title="#{@contents[1]}">#{@contents[0]}</a>] end |