# File lib/xml/dom2/attr.rb, line 149
      def cloneNode(deep = true)
        super(deep, @name)
      end