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