| Module | R10K::Git |
| In: |
lib/r10k/git/errors.rb
lib/r10k/git/shellgit.rb lib/r10k/git/rugged.rb lib/r10k/git.rb |
| NULL_PROVIDER | = | Object.new |
Mark the current provider as invalid.
If a provider is set to an invalid provider, we need to make sure that the provider doesn‘t fall back to the default value, thereby ignoring the explicit value and silently continuing. If the current provider is assigned to this value, no provider will be used until the provider is either reset or assigned a valid provider. @api private |
|
| UNSET_PROVIDER | = | Object.new |
Mark the current provider as unset.
If the provider has never been set we need to indicate that there is no current value but the default value can be used. If the current provider is assigned to this value and the provider is looked up, the default provider will be looked up and used. @api private |