Method: IsoDoc::Function::References#prefix_bracketed_ref
- Defined in:
- lib/isodoc/function/references.rb
#prefix_bracketed_ref(ref, text) ⇒ Object
145 146 147 148 |
# File 'lib/isodoc/function/references.rb', line 145 def prefix_bracketed_ref(ref, text) ref << text.to_s insert_tab(ref, 1) end |