# File temp/doctype.rb, line 208
                def write( output, indent=-1 )
                        output << ('   '*indent) if indent > 0
                        output << to_s
                end