Passing a block to #Ruby’s Dir.mktmpdir() is turning into a royal pain on block exit: File locking issues on Windows, order of deletion of files and symlinks to those files on Linux. Dropping block and manually invoking FileUtils.rm_rf() instead.