class Asciidoctor::Extensions::Processor

def process *args

def process *args
  raise ::NotImplementedError, %(#{Processor} subclass #{self.class} must implement the ##{__method__} method)
end