Class Bundler::Settings
In: lib/bundler/settings.rb
Parent: Object

Methods

Constants

BOOL_KEYS = %w(frozen cache_all no_prune disable_local_branch_check ignore_messages gem.mit gem.coc).freeze
NUMBER_KEYS = %w(retry timeout redirect).freeze
DEFAULT_CONFIG = {:retry => 3, :timeout => 10, :redirect => 5}

Public Class methods

Public Instance methods

@local_config["BUNDLE_PATH"] should be prioritized over ENV["BUNDLE_PATH"]

set_local(key, value)

Alias for #[]=

[Validate]