From: Lyle Johnson on
On Tue, May 11, 2010 at 11:55 PM, KingMaker KingMaker
<sweetzubair(a)gmail.com> wrote:

> How to create the log in ruby.

Log.new

From: Tim Pease on

On May 11, 2010, at 10:55 PM, KingMaker KingMaker wrote:

> How to create the log in ruby.

toilet = $stdout

toilet.puts Marshal.dump('log')
toilet.flush