Method: Asciidoctor::Extensions::TreeProcessor#process
- Defined in:
- lib/asciidoctor/extensions.rb
#process(document) ⇒ Object
405 406 407 |
# File 'lib/asciidoctor/extensions.rb', line 405 def process document raise ::NotImplementedError, %(#{TreeProcessor} subclass #{self.class} must implement the ##{__method__} method) end |