# File lib/rake/file_list.rb, line 312 312: def existing 313: select { |fn| File.exist?(fn) } 314: end