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