class Mok::LabelLink

Public Instance Methods

apply() click to toggle source

@contents = [label, title]

# File lib/mok2html_element.rb, line 157
def apply
  %[<a href="##{@contents[0]}">#{@contents[1]}</a>]
end