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