class Rake::FileList
def existing!
Modify the current file list so that it contains only file name that
def existing! resolve @items = @items.select { |fn| File.exist?(fn) } self end
def existing! resolve @items = @items.select { |fn| File.exist?(fn) } self end