class Asciidoctor::DefaultFactoryProxy

Public Instance Methods

for(name) click to toggle source
Calls superclass method Asciidoctor::DefaultFactory#for
# File lib/asciidoctor/syntax_highlighter.rb, line 226
def for name
  @registry.fetch(name) { super }
end