Class: Metanorma::Plugin::Lutaml::Asciidoctor::PreprocessorNoIfdefsReader

Inherits:
Asciidoctor::PreprocessorReader
  • Object
show all
Defined in:
lib/metanorma/plugin/lutaml/asciidoctor/preprocessor.rb

Instance Method Summary collapse

Instance Method Details

#preprocess_conditional_directive(_keyword, _target, _delimiter, _text) ⇒ Object



6
7
8
9
# File 'lib/metanorma/plugin/lutaml/asciidoctor/preprocessor.rb', line 6

def preprocess_conditional_directive(_keyword, _target, _delimiter,
_text)
  false # decline to resolve idefs
end