Method: Aruba::Platforms::WindowsEnvironmentVariables#update

Defined in:
lib/aruba/platforms/windows_environment_variables.rb

#update(other_env, &block) ⇒ Object



42
43
44
# File 'lib/aruba/platforms/windows_environment_variables.rb', line 42

def update(other_env, &block)
  super(upcase_env(other_env), &block)
end