Method: Asciidoctor::Extensions::IncludeProcessor#process

Defined in:
lib/asciidoctor/extensions.rb

#process(document, reader, target, attributes) ⇒ Object

Raises:

  • (::NotImplementedError)


448
449
450
# File 'lib/asciidoctor/extensions.rb', line 448

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