Better method naming in DirEntry

This commit is contained in:
Alex Ling
2022-05-22 04:20:14 +00:00
parent 82c60ccc1d
commit 872e6dc6d6
2 changed files with 18 additions and 23 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ class Dir
return cache[dirname + "?entry"] if cache[dirname + "?entry"]?
Fiber.yield
signatures = [] of String
image_files = DirEntry.get_valid_files_sorted dirname
image_files = DirEntry.sorted_image_files dirname
if image_files.size > 0
image_files.each do |path|
signatures << File.signature(path).to_s