# File lib/bundler.rb, line 213
    def clean_system(*args)
      with_clean_env { Kernel.system(*args) }
    end