class Asciidoctor::Extensions::BlockProcessor

def process parent, reader, attributes

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