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