Method: REXML::Attribute#write

Defined in:
lib/extensions/rexml/rexml/attribute.rb,
lib/extensions/rhoxml/rexml/attribute.rb

#write(output, indent = -1 )) ⇒ Object

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