4 5 6
# File 'lib/beaker/host/mac/exec.rb', line 4 def touch(file, abs=true) (abs ? '/usr/bin/touch' : 'touch') + " #{file}" end