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