method
configure_gem_home
ruby latest stable - Class:
Bundler
configure_gem_home()private
No documentation available.
# File lib/bundler.rb, line 553
def configure_gem_home
Bundler::SharedHelpers.set_env "GEM_HOME", File.expand_path(bundle_path, root)
Bundler.rubygems.clear_paths
end