# File temp/comment.rb, line 53
                def write( output, indent=-1, transitive=false, ie_hack=false )
                        indent( output, indent )
                        output << START
                        output << @string
      if indent>-1
        output << "\n"
        indent( output, indent )
      end
                        output << STOP
                end