class

Asciidoctor::Extensions::Group

Inherits Reference < Object

A Group is used to register one or more extensions with the Registry.

The Group should be subclassed and registered with the Registry either by invoking the Group.register method or passing the subclass to the Extensions.register method.

Class methods

register(name : Symbol | Nil = nil) : Nil

Register this group globally.

Source

Instance methods

activate(registry : Registry) : Nil

Activate this group by registering extensions with the given registry.

Source