Method: Bundler::EnvironmentPreserver#replace_with_backup
- Defined in:
- lib/bundler/environment_preserver.rb
#replace_with_backup ⇒ Object
Replaces ‘ENV` with the bundler environment variables backed up
34 35 36 |
# File 'lib/bundler/environment_preserver.rb', line 34 def replace_with_backup ENV.replace(backup) end |