class Asciidoctor::AbstractNode
def option? name
name - the String or Symbol name of the option
Check if the option is enabled. This method simply checks to see if the
enabled on the current node.
Public: A convenience method to check if the specified option attribute is
def option? name @attributes[%(#{name}-option)] ? true : false end