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
111 112 113 |
# File 'lib/beaker/host/windows/exec.rb', line 111 def append_commands(_command = '', user_ac = '', _opts = {}) user_ac end |