115 116 117
# File 'lib/beaker/host/unix/exec.rb', line 115 def echo(msg, abs = true) (abs ? '/bin/echo' : 'echo') + " #{msg}" end