class Asciidoctor::Converter::DefaultFactoryProxy
Public Instance Methods
catch_all()
click to toggle source
Calls superclass method
# File lib/asciidoctor/converter.rb, line 357 def catch_all @registry.default || super end
for(backend)
click to toggle source
Calls superclass method
Asciidoctor::Converter::Factory#for
# File lib/asciidoctor/converter.rb, line 351 def for backend @registry.fetch(backend) { super } end
unregister_all()
click to toggle source
Calls superclass method
Asciidoctor::Converter::CustomFactory#unregister_all
# File lib/asciidoctor/converter.rb, line 346 def unregister_all super @registry.clear.default = nil end