# File src/rexml/text.rb, line 107 def <<( to_append ) @string << to_append.gsub( /\r\n?/, "\n" ) end