module Asciidoctor::SyntaxHighlighter::Config
Public Instance Methods
register_for(*names)
click to toggle source
Public: Statically register the current class in the registry for the specified names.
Returns nothing.
# File lib/asciidoctor/syntax_highlighter.rb, line 104 def register_for *names SyntaxHighlighter.register self, *names end