class Asciidoctor::Extensions::Registry

def include_processors

Returns an [Array] of Extension proxy objects.

IncludeProcessor instances stored in this registry.
Public: Retrieves the {Extension} proxy objects for all the
def include_processors
  @include_processor_extensions
end