Sha256: 16c960dcee4943e2ebcbae12f8e9a94a54a2aa2dd25497db2bb3843c025e74d1
Contents?: true
Size: 337 Bytes
Versions: 4
Compression:
Stored size: 337 Bytes
Contents
module IsoDoc module IHO module BaseConvert # terms not defined in standoc def error_parse(node, out) case node.name when "appendix" then clause_parse(node, out) else super end end def configuration Metanorma::IHO.configuration end end end end
Version data entries
4 entries across 4 versions & 1 rubygems