Module: RepoFinder

Defined in:
lib/repos_report/repo_finder.rb

Class Method Summary collapse

Class Method Details

.repos_in_or_below(directory) ⇒ Object



6
7
8
# File 'lib/repos_report/repo_finder.rb', line 6

def repos_in_or_below(directory)
  repos_in(directory) + repos_in_subdirectories_of(directory)
end