# File lib/asciidoctor/abstract_node.rb, line 179
  def update_attributes(attributes)
    @attributes.update(attributes)
    nil
  end