Subject: [ruby-core:41481] Re: [ruby-trunk - Feature #5707][Open] temporary file creation without finalizer and delegate.
From: Eric Wong <normalperson yhbt.net>
Date: Mon, 5 Dec 2011 03:42:10 +0900
References: 41478
In-reply-to: 41478
Akira Tanaka <akr / fsij.org> wrote:
> A problem of this proposal is the method name.
> Tempfile.open2 is not a good name.
Since Tempfile.new already takes an optional hash,
how about:
Tempfile.open(..., finalizer: false)