class Asciidoctor::AbstractNode

def update_attributes new_attributes

Returns the updated attributes [Hash] on this node.

new_attributes - A Hash of additional attributes to assign to this node.

be overwritten.
If an attribute already exists with the same key, it's value will

the attributes argument.
Public: Update the attributes of this node with the new values in
def update_attributes new_attributes
  @attributes.update new_attributes
end