4 5 6
# File 'lib/beaker/host/windows/file.rb', line 4 def tmpfile(name) execute("cygpath -m $(mktemp -t #{name}.XXXXXX)") end