# File lib/bundler/environment.rb, line 5
    def initialize(root, definition)
      @root = root
      @definition = definition

      env_file = Bundler.app_config_path.join('environment.rb')
      env_file.rmtree if env_file.exist?
    end