Class: Raf::Label

Inherits:
Element show all
Defined in:
lib/raf2html_element.rb

Overview

— Inlines

Instance Method Summary collapse

Methods inherited from Element

#inline_parse_to_str, #newline_to_br

Instance Method Details

#applyObject



138
139
140
# File 'lib/raf2html_element.rb', line 138

def apply
  %[<a name="#{@contents[0]}" id="#{@contents[0]}">#{@contents[1]}</a>]
end