# File lib/rake.rb, line 1505
1505:     def existing
1506:       select { |fn| File.exist?(fn) }
1507:     end