method
configured_bundle_path
ruby latest stable - Class:
Bundler
configured_bundle_path()public
No documentation available.
# File lib/bundler.rb, line 83
def configured_bundle_path
@configured_bundle_path ||= settings.path.tap(&:validate!)
end