Sha256: e2b3f487ce201de286fa07060a82c16a159063a2ffe0c408d2aac809a5daf091
Contents?: true
Size: 348 Bytes
Versions: 58
Compression:
Stored size: 348 Bytes
Contents
module Vagrant module Util class SafeEnv # This yields an environment hash to change and catches any issues # while changing the environment variables and raises a helpful error # to end users. def self.change_env yield ENV rescue Errno::EINVAL raise Errors::EnvInval end end end end
Version data entries
58 entries across 54 versions & 6 rubygems