# File lib/xml/dom/core.rb, line 2092 def removeAttribute(name) ret = getAttributeNode(name) removeAttributeNode(ret) if ret end