Module R10K::Util::ExecEnv
In: lib/r10k/util/exec_env.rb

Utility methods for dealing with environment variables

Methods

reset   withenv  

Public Instance methods

Swap out all environment settings

@param env [Hash] The new environment to use @return [void]

Add the specified settings to the env for the supplied block

@param env [Hash] The values to add to the environment @param block [Proc] The code to call with the modified environnment @return [void]

[Validate]