# File lib/bundler.rb, line 217
    def clean_exec(*args)
      with_clean_env { Kernel.exec(*args) }
    end