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