Method: PSWindows::Exec#echo
- Defined in:
- lib/beaker/host/pswindows/exec.rb
#echo(msg, abs = true) ⇒ Object
7 8 9 |
# File 'lib/beaker/host/pswindows/exec.rb', line 7 def echo(msg, abs=true) (abs ? ABS_CMD : CMD) + " /c echo #{msg}" end |