class Metanorma::Generic::Processor

def initialize # rubocop:disable Lint/MissingSuper

rubocop:disable Lint/MissingSuper
def initialize # rubocop:disable Lint/MissingSuper
  n = configuration&.metanorma_name&.to_sym
  @short = n || :generic
  @input_format = :asciidoc
  @asciidoctor_backend = n || :generic
end