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