# File lib/rexml/attribute.rb, line 172
    def inspect
      rv = ""
      write( rv )
      rv
    end