method
settings
ruby 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