# File lib/asciidoctor/abstract_node.rb, line 148 def set_option(name) if @attributes.key? 'options' @attributes['options'] = %(#{@attributes['options']},#{name}) else @attributes['options'] = name end @attributes[%(#{name}-option)] = '' end