Method: Git::Base#repo
- Defined in:
- lib/git/base.rb
#repo ⇒ Object
returns reference to the git repository directory
@git.dir.path
141 142 143 |
# File 'lib/git/base.rb', line 141 def repo @repository end |
returns reference to the git repository directory
@git.dir.path
141 142 143 |
# File 'lib/git/base.rb', line 141 def repo @repository end |