class Asciidoctor::Extensions::InlineMacroProcessor

def regexp

Once this method is called, the regexp is considered frozen.
Lookup the regexp option, resolving it first if necessary.
def regexp
  @config[:regexp] ||= resolve_regexp @name.to_s, @config[:format]
end