Method: Aruba::Platforms::WindowsEnvironmentVariables#prepend

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

#prepend(name, value) ⇒ Object



66
67
68
# File 'lib/aruba/platforms/windows_environment_variables.rb', line 66

def prepend(name, value)
  super(name.upcase, value)
end