Archive: 2008-02-28
The case of the mysteriously disappearing file
If you want a temporary filename in Ruby, you might be tempted to use
Tempfile
to generate it, rather like this:
If you want a temporary filename in Ruby, you might be tempted
to use Tempfile
to generate it, rather like this: