# File lib/xml/dom2/element.rb, line 255 def removeAttribute(name) ret = getAttributeNode(name) removeAttributeNode(ret) if ret end