Subject: Re: Writing to a file without opening it
From: "Sy Ali" <sy1234 gmail.com>
Date: Tue, 6 Jun 2006 20:18:40 +0900
References: 196042196071
In-reply-to: 196071
On 6/6/06, Yoann Guillot <john-rubytalk / ofjj.net> wrote:
>
> Use mode 'a' instead of 'a+' in File.open
That worked like a charm, thanks!