class Asciidoctor::Extensions::Processor

def option key, default_value

Returns nothing

option :contexts, [:open, :paragraph]

Examples

applied to all instances of this processor.
Public: Assigns a default value for the specified option that gets
def option key, default_value
  config[key] = default_value
end