Writes this attribute (EG, puts ‘key=“value”’ to the output)
167 168 169
# File 'lib/extensions/rexml/rexml/attribute.rb', line 167 def write( output, indent=-1 ) output << to_string end