5 6 7 8 9
# File 'lib/cijoe_passenger/project.rb', line 5 def self.dirs Dir['*'].select do |name| Git.new([name]).repo? end end