Method: IsoDoc::XrefGen::Blocks#termnote_label
- Defined in:
- lib/isodoc/xref/xref_gen.rb
#termnote_label(note) ⇒ Object
31 32 33 |
# File 'lib/isodoc/xref/xref_gen.rb', line 31 def termnote_label(note) @labels["termnote"].gsub("%", note.to_s) end |