Method: Git::Base.config
- Defined in:
- lib/git/base.rb
.config ⇒ Git::Config
Returns (and initialize if needed) a Git::Config instance
35 36 37 |
# File 'lib/git/base.rb', line 35 def self.config return @@config ||= Config.new end |
Returns (and initialize if needed) a Git::Config instance
35 36 37 |
# File 'lib/git/base.rb', line 35 def self.config return @@config ||= Config.new end |