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