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