Utility methods for dealing with environment variables
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]