Method: IsoDoc::Function::XrefGen#termnote_label

Defined in:
lib/isodoc/function/xref_gen.rb

#termnote_label(n) ⇒ Object



12
13
14
# File 'lib/isodoc/function/xref_gen.rb', line 12

def termnote_label(n)
  @termnote_lbl.gsub(/%/, n.to_s)
end