Method: Asciidoctor::Extensions::InlineMacroProcessor#regexp
- Defined in:
- lib/asciidoctor/extensions.rb
#regexp ⇒ Object
Lookup the regexp option, resolving it first if necessary. Once this method is called, the regexp is considered frozen.
632 633 634 |
# File 'lib/asciidoctor/extensions.rb', line 632 def regexp @config[:regexp] ||= resolve_regexp @name.to_s, @config[:format] end |