method
clean_exec
v2_6_3 -
Show latest stable
- Class:
Bundler
clean_exec(*args)public
No documentation available.
# File lib/bundler.rb, line 320
def clean_exec(*args)
with_clean_env { Kernel.exec(*args) }
end clean_exec(*args)No documentation available.
# File lib/bundler.rb, line 320
def clean_exec(*args)
with_clean_env { Kernel.exec(*args) }
end