ENV.store(name, value) â value
Class Public methods
Sets the environment variable name
to value
. If
the value given is nil
the environment variable is deleted.
Sets the environment variable name
to value
. If
the value given is nil
the environment variable is deleted.
Please login to continue.