class Asciidoctor::SyntaxHighlighter::DefaultFactoryProxy
Public Instance Methods
for(name)
click to toggle source
Calls superclass method
Asciidoctor::SyntaxHighlighter::Factory#for
# File lib/asciidoctor/syntax_highlighter.rb, line 225 def for name @registry.fetch(name) { super } end