Class: R10K::Git::ShellGit::Cache

Inherits:
Cache
  • Object
show all
Defined in:
lib/r10k/git/shellgit/cache.rb

Constant Summary

Constants included from Logging

Logging::LOG_LEVELS

Instance Attribute Summary

Attributes inherited from Cache

#path, #repo

Class Method Summary collapse

Methods inherited from Cache

generate, #initialize, instance_cache, #reset!, #sanitized_dirname, #sync, #sync!, #synced?

Methods included from Logging

debug_formatter, default_formatter, default_outputter, #logger, #logger_name, parse_level

Methods included from Settings::Mixin

included

Constructor Details

This class inherits a constructor from R10K::Git::Cache

Class Method Details

.bare_repositoryObject



8
9
10
# File 'lib/r10k/git/shellgit/cache.rb', line 8

def self.bare_repository
  R10K::Git::ShellGit::BareRepository
end