# File lib/asciidoctor/abstract_node.rb, line 143
  def remove_attr name
    @attributes.delete name
  end