Class: IsoDoc::JIS::Xref
- Inherits:
-
Iso::Xref
- Object
- Iso::Xref
- IsoDoc::JIS::Xref
- Defined in:
- lib/isodoc/jis/xref.rb
Instance Method Summary collapse
Instance Method Details
#annex_name_lbl(clause, num) ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/isodoc/jis/xref.rb', line 4 def annex_name_lbl(clause, num) obl = l10n("(#{@labels['inform_annex']})") clause["obligation"] == "normative" and obl = l10n("(#{@labels['norm_annex']})") title = Common::case_with_markup(@labels["annex"], "capital", @script) l10n("#{title} #{num}<br/>#{obl}") end |