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