Method: Git::Base#repo

Defined in:
lib/git/base.rb

#repoObject

returns reference to the git repository directory

@git.dir.path


141
142
143
# File 'lib/git/base.rb', line 141

def repo
  @repository
end