class Asciidoctor::Extensions::IncludeProcessor

def process document, reader, target, attributes

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