Method: Asciidoctor::Extensions::BlockProcessor#process
- Defined in:
- lib/asciidoctor/extensions.rb
#process(parent, reader, attributes) ⇒ Object
557 558 559 |
# File 'lib/asciidoctor/extensions.rb', line 557 def process parent, reader, attributes raise ::NotImplementedError, %(#{BlockProcessor} subclass #{self.class} must implement the ##{__method__} method) end |