# File lib/asciidoctor/abstract_node.rb, line 167
  def option?(name)
    @attributes.has_key? %(#{name}-option)
  end