Method: Unix::Exec#prepend_commands
- Defined in:
- lib/beaker/host/unix/exec.rb
#prepend_commands(_command = '', user_pc = '', _opts = {}) ⇒ String
Gets the specific prepend commands as needed for this host
365 366 367 |
# File 'lib/beaker/host/unix/exec.rb', line 365 def prepend_commands(_command = '', user_pc = '', _opts = {}) user_pc end |