lib/metanorma/processor.rb in metanorma-0.2.2 vs lib/metanorma/processor.rb in metanorma-0.2.3

- old
+ new

@@ -21,7 +21,10 @@ def output(isodoc_node, outname, format, options={}) raise "This is an abstract class!" end + def extract_options(file) + Metanorma::Input::Asciidoc.new.extract_options(file) + end end end