# File lib/bundler/environment_preserver.rb, line 23 def initialize(env, keys) @original = env.to_hash @keys = keys @prefix = BUNDLER_PREFIX end