# File lib/rake.rb, line 1253
1253:     def existing
1254:       select { |fn| File.exists?(fn) }
1255:     end