Method: Cir::GitRepository#repository_root

Defined in:
lib/cir/git_repository.rb

#repository_rootObject

Path to the root of the repository



58
59
60
# File 'lib/cir/git_repository.rb', line 58

def repository_root
  File.expand_path(@repo.path + "/../")
end