# File lib/nokogiri/xml/node.rb, line 469 def remove_attribute name attributes[name].remove if key? name end