class Asciidoctor::SyntaxHighlighter::CustomFactory

Public Class Methods

new(seed_registry = nil) click to toggle source
# File lib/asciidoctor/syntax_highlighter.rb, line 164
def initialize seed_registry = nil
  @registry = seed_registry || {}
end

Private Instance Methods

registry() click to toggle source
# File lib/asciidoctor/syntax_highlighter.rb, line 170
def registry
  @registry
end