Method: Cir::GitRepository#repository_root
- Defined in:
- lib/cir/git_repository.rb
#repository_root ⇒ Object
Path to the root of the repository
58 59 60 |
# File 'lib/cir/git_repository.rb', line 58 def repository_root File.(@repo.path + "/../") end |