class Asciidoctor::Converter::CompositeConverter

def converter_for transform

Returns the matching [Converter] object

Public: Retrieve the converter for the specified transform.
def converter_for transform
  @converter_cache[transform]
end