From: Eric Wong Date: 2011-12-05T03:42:10+09:00 Subject: [ruby-core:41481] Re: [ruby-trunk - Feature #5707][Open] temporary file creation without finalizer and delegate. Akira Tanaka 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)