8 9 10
# File 'lib/beaker/host/windows/file.rb', line 8 def tmpdir(name) execute("cygpath -m $(mktemp -td #{name}.XXXXXX)") end