method

inspect

inspect()
public

No documentation available.

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