= private = protected
write( output, indent=-1 )
Writes this attribute (EG, puts ‘key="value"’ to the output)
# File lib/rexml/attribute.rb, line 164 def write( output, indent=-1 ) output << to_string end