class Asciidoctor::AbstractNode

def set_option name

Returns nothing

name - the String name of the option

This method sets the specified option on this node by setting the -option attribute.

Public: Set the specified option on this node.
def set_option name
  @attributes[%(#{name}-option)] = ''
  nil
end