From: Suraj Kurapati Date: 2008-02-15T06:50:23+09:00 Subject: Re: ruby wish-list Alexey Verkhovsky wrote: > puts e.backtrace.join("\n ") puts e.backtrace puts will automatically insert the platform-dependent line-break for you. (Note that join("\n") is not sufficient to produce proper line-breaks on Windows). -- Posted via http://www.ruby-forum.com/.