From: Daniel Berger Date: 2010-03-05T05:24:59+09:00 Subject: Re: A gem for handling temporary file(s)? On Mar 3, 2:13 pm, Caleb Clausen wrote: > On 3/3/10, Daniel Berger wrote: > > > Bah. Use file-temp. > > > gem install file-temp > > I can't get file-temp to install at the moment, (for reasons unrelated > to file-temp, apparently). Does file-temp allow one to create > temporary _directories_? That's a feature I've often missed in the > past. No, but there's Dir.mktmpdir. Regards, Dan