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