repo_exists?
in
lib/build.rb [183:186]
3
lines of code
1
McCabe index (conditional complexity)
def repo_exists? File.exists?(File.join(project_dir, '.git')) end