class Asciidoctor::Extensions::MacroProcessor

def process parent, target, attributes

def process parent, target, attributes
  raise ::NotImplementedError, %(#{MacroProcessor} subclass #{self.class} must implement the ##{__method__} method)
end