# File src/rexml/cdata.rb, line 61 def write( output=$stdout, indent=-1, transitive=false, ie_hack=false ) indent( output, indent ) output << START output << @string output << STOP end