Method: Mac::Exec#touch

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

#touch(file, abs = true) ⇒ Object



4
5
6
# File 'lib/beaker/host/mac/exec.rb', line 4

def touch(file, abs=true)
  (abs ? '/usr/bin/touch' : 'touch') + " #{file}"
end