# File src/rexml/instruction.rb, line 41
                def write writer, indent=-1, transitive=false, ie_hack=false
                        indent(writer, indent)
                        writer << START.sub(/\\/u, '')
                        writer << @target
                        writer << ' '
                        writer << @content
                        writer << STOP.sub(/\\/u, '')
                end