Method: PSWindows::Exec#touch

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

#touch(file, abs = true) ⇒ Object



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