This method is only available on newer versions. The first available version (v2_6_3) is shown here.
with_clean_env()
No documentation available.
# File lib/bundler.rb, line 312 def with_clean_env with_env(clean_env) { yield } end