ENV.delete(name) â value
ENV.delete(name) { |name| } â value
ENV.delete(name) { |name| } â value
Class Public methods
Deletes the environment variable with name
and returns the
value of the variable. If a block is given it will be called when the
named environment does not exist.
Please login to continue.