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