From: Sharanya Suresh Date: 2009-10-06T18:23:14+09:00 Subject: new line in string Hi, How to concatenate new line character to a string? Eg: str = "hello"; str += '\n'; str += "world" I must get hello world How it can be done? Thanks in advance Sharanya -- Posted via http://www.ruby-forum.com/.