class Aruba::Platforms::UnixEnvironmentVariables

def clear

Reset environment
def clear
  value = to_h
  actions.clear
  value
end