class Raf::Reference

Public Instance Methods

apply() click to toggle source
# File lib/raf2html_element.rb, line 150
def apply
  %[<a href="#{@contents[1]}" title="#{@contents[1]}">#{@contents[0]}</a>]
end