Rename Entry.exists? to Entry.examine

This commit is contained in:
Leeingnyo
2022-05-15 16:28:53 +09:00
parent caf4cfb6cd
commit 9f6be70995
2 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ class Title
previous_entries_size = @entries.size
@entries.select! do |entry|
existence = entry.exists?
existence = entry.examine
Fiber.yield
context["deleted_entry_ids"] << entry.id unless existence
existence