Sha256: 4ae0c3f08b61e5ff08a9d6128f486e296497f8e258a20c51b25b9f13b7818da0
Contents?: true
Size: 265 Bytes
Versions: 34
Compression:
Stored size: 265 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 end end end
Version data entries
34 entries across 34 versions & 1 rubygems