method
settings
v2_6_3 -
Show latest stable
- Class:
Bundler
settings()public
No documentation available.
# File lib/bundler.rb, line 272
def settings
@settings ||= Settings.new(app_config_path)
rescue GemfileNotFound
@settings = Settings.new(Pathname.new(".bundle").expand_path)
end