Method: PDK::Util::Git.clear_cached_information
- Defined in:
- lib/pdk/util/git.rb
.clear_cached_information ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Clears any cached information for git queries Should only be used during testing
144 145 146 147 |
# File 'lib/pdk/util/git.rb', line 144 def self.clear_cached_information @git_repo_expire_cache = nil @git_repo_cache = nil end |