# File lib/asciidoctor/abstract_node.rb, line 139 def set_attr name, value, overwrite = true if overwrite == false && (@attributes.key? name) false else @attributes[name] = value true end end