Method: Windows::Exec#append_commands
- Defined in:
- lib/beaker/host/windows/exec.rb
#append_commands(command = '', user_ac = '', opts = {}) ⇒ String
Gets the specific append commands as needed for this host
110 111 112 |
# File 'lib/beaker/host/windows/exec.rb', line 110 def append_commands(command = '', user_ac = '', opts = {}) user_ac end |