= private = protected
<<( to_append )
Appends text to this text node. The text is appended in the raw mode of this text node.
# File lib/rexml/text.rb, line 188 def <<( to_append ) @string << to_append.gsub( /\r\n?/, "\n" ) end