method
configured_bundle_path
v2_6_3 -
Show 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