This method is only available on newer versions. The first available version (v2_6_3) is shown here.
clean_exec(*args)
No documentation available.
# File lib/bundler.rb, line 320 def clean_exec(*args) with_clean_env { Kernel.exec(*args) } end