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