# File lib/asciidoctor/converter/factory.rb, line 150 def resolve backend @converters && (@converters[backend] || @star_converter) end