stdlib/fileutils/0/fileutils.rbs in rbs-3.4.4 vs stdlib/fileutils/0/fileutils.rbs in rbs-3.5.0.pre.1

- old
+ new

@@ -1769,7 +1769,7 @@ # # A non-existent file is considered to be infinitely old. # # Related: FileUtils.touch. # - def self?.uptodate?: (path new, pathlist old_list) -> bool + def self?.uptodate?: (path new, _Each[path] old_list) -> bool end