lib/isodoc/iho/base_convert.rb in metanorma-iho-1.0.4 vs lib/isodoc/iho/base_convert.rb in metanorma-iho-1.0.5
- old
+ new
@@ -1,7 +1,7 @@
module IsoDoc
- module IHO
+ module Iho
module BaseConvert
# terms not defined in standoc
def error_parse(node, out)
case node.name
when "appendix" then clause_parse(node, out)
@@ -9,10 +9,10 @@
super
end
end
def configuration
- Metanorma::IHO.configuration
+ Metanorma::Iho.configuration
end
end
end
end