module Asciidoctor::Extensions::InlineMacroProcessorDsl
Private Instance Methods
matches(value)
click to toggle source
# File lib/asciidoctor/extensions.rb, line 563 def matches value option :regexp, value end
with_format(value)
click to toggle source
# File lib/asciidoctor/extensions.rb, line 558 def with_format value option :format, value end
Also aliased as: using_format