# File lib/asciidoctor/converter.rb, line 357 def catch_all @registry.default || super end
# File lib/asciidoctor/converter.rb, line 351 def for backend @registry.fetch(backend) { super } end
# File lib/asciidoctor/converter.rb, line 346 def unregister_all super @registry.clear.default = nil end