11 12 13
# File 'lib/beaker/host/pswindows/exec.rb', line 11 def touch(file, abs=true) (abs ? ABS_CMD : CMD) + " /c echo. 2> #{file}" end