Class Asciidoctor::Extensions::ProcessorExtension
In: lib/asciidoctor/extensions.rb
Parent: Extension

Public: A specialization of the Extension proxy that additionally stores a reference to the {Processor#process} method. By storing this reference, its possible to accomodate both concrete extension implementations and Procs.

Methods

new  

Attributes

process_method  [R] 

Public Class methods

[Validate]