class Asciidoctor::AbstractNode
def set_option name
name - the String name of the option
This method sets the specified option on this node by setting the
Public: Set the specified option on this node.
def set_option name @attributes[%(#{name}-option)] = '' nil end