# File lib/rake.rb, line 1527
1527:     def existing
1528:       select { |fn| File.exist?(fn) }
1529:     end