class Mok::Reference

Public Instance Methods

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