class Asciidoctor::Extensions::Registry

def treeprocessors

Returns an [Array] of Extension proxy objects.

Treeprocessor instances in this registry.
Public: Retrieves the {Extension} proxy objects for all
def treeprocessors
  @treeprocessor_extensions
end