Class: Asciidoctor::SyntaxHighlighter::DefaultFactoryProxy
- Inherits:
-
CustomFactory
- Object
- CustomFactory
- Asciidoctor::SyntaxHighlighter::DefaultFactoryProxy
- 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
Methods included from Factory
Methods inherited from CustomFactory
Constructor Details
This class inherits a constructor from Asciidoctor::SyntaxHighlighter::CustomFactory
Instance Method Details
#for(name) ⇒ Object
225 226 227 |
# File 'lib/asciidoctor/syntax_highlighter.rb', line 225 def for name @registry.fetch(name) { super } end |