class Asciidoctor::SyntaxHighlighter::CustomFactory
Public Class Methods
new(seed_registry = nil)
click to toggle source
# File lib/asciidoctor/syntax_highlighter.rb, line 152 def initialize seed_registry = nil @registry = seed_registry || {} end
Private Instance Methods
registry()
click to toggle source
# File lib/asciidoctor/syntax_highlighter.rb, line 158 def registry @registry end