Class Asciidoctor::Extensions::Group
In: lib/asciidoctor/extensions.rb
Parent: Object

Public: 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. Extensions are registered with the Registry inside the {Group#activate} method.

Methods

activate   register  

Public Class methods

Public Instance methods

[Validate]