Module | Asciidoctor::Converter::Config |
In: |
lib/asciidoctor/converter.rb
|
A module that provides the {register_for} method for statically registering a converter with the default {Factory Converter::Factory} instance.
Public: Statically registers the current {Converter} class with the default {Factory Converter::Factory} to handle conversion to the specified backends.
This method also defines the converts? method on the class which returns whether the class is registered to convert a specified backend.
backends - A String Array of backends with which to associate this {Converter} class.
Returns nothing