class Raf::LabelLink
Public Instance Methods
apply()
click to toggle source
@contents = [label, title]
# File lib/raf2html_element.rb, line 144 def apply %[<a href="##{@contents[0]}">#{@contents[1]}</a>] end