Class: Asciidoctor::SyntaxHighlighter::DefaultFactoryProxy

Inherits:
CustomFactory
  • Object
show all
Includes:
DefaultFactory
Defined in:
lib/asciidoctor/syntax_highlighter.rb

Constant Summary

Constants included from DefaultFactory

Asciidoctor::SyntaxHighlighter::DefaultFactory::PROVIDED

Instance Method Summary collapse

Methods included from DefaultFactory

#register

Methods included from Factory

#create, #register

Methods inherited from CustomFactory

#initialize

Constructor Details

This class inherits a constructor from Asciidoctor::SyntaxHighlighter::CustomFactory

Instance Method Details

#for(name) ⇒ Object



222
223
224
# File 'lib/asciidoctor/syntax_highlighter.rb', line 222

def for name
  @registry.fetch(name) { super }
end