module Asciidoctor::Converter::Factory

def registry

def registry
  raise ::NotImplementedError, %(#{Factory} subclass #{self.class} must implement the ##{__method__} method)
end