From: Tanaka Akira Date: 2011-12-05T09:18:21+09:00 Subject: [ruby-core:41484] Re: [ruby-trunk - Feature #5707][Open] temporary file creation without finalizer and delegate. 2011/12/5 Eric Wong : > Since Tempfile.new already takes an optional hash, > how about: > > Tempfile.open(..., finalizer: false) It is not bad. But I feel the description is too subtle to change the class of return value and the responsibility or timing of file deletion. -- Tanaka Akira