Method: Windows::Exec#touch

Defined in:
lib/beaker/host/windows/exec.rb

#touch(file, abs = true) ⇒ Object



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