Method: IsoDoc::Function::References#implicit_reference
- Defined in:
- lib/isodoc/function/references.rb
#implicit_reference(bib) ⇒ Object
reference not to be rendered because it is deemed implicit in the standards environment
131 132 133 |
# File 'lib/isodoc/function/references.rb', line 131 def implicit_reference(bib) bib["hidden"] == "true" end |