class Asciidoctor::SyntaxHighlighter::DefaultFactoryProxy

Public Instance Methods

for(name) click to toggle source
# File lib/asciidoctor/syntax_highlighter.rb, line 225
def for name
  @registry.fetch(name) { super }
end