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