# File lib/rake.rb, line 1433
1433:     def existing
1434:       select { |fn| File.exist?(fn) }
1435:     end