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