Method: Unix::Exec#append_commands

Defined in:
lib/beaker/host/unix/exec.rb

#append_commands(_command = '', user_ac = '', _opts = {}) ⇒ String

Gets the specific append commands as needed for this host



376
377
378
# File 'lib/beaker/host/unix/exec.rb', line 376

def append_commands(_command = '', user_ac = '', _opts = {})
  user_ac
end