class Raf::Label

— Inlines

Public Instance Methods

apply() click to toggle source

@contents = [label, title]

# File lib/raf2html_element.rb, line 137
def apply
  %[<a name="#{@contents[0]}" id="#{@contents[0]}">#{@contents[1]}</a>]
end