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
115 116 117 |
# File 'lib/isodoc/function/references.rb', line 115 def implicit_reference(bib) bib["hidden"] == "true" end |