Remove EventedFileUpdateChecker#updated? caveat [ci-skip]

Since #39718, `EventedFileUpdateChecker#updated?` no longer always
returns `true` after a fork.
This commit is contained in:
Jonathan Hefner 2022-02-15 12:59:48 -06:00
parent 9dbf7a58a2
commit 0c6ea785b6
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@ module ActiveSupport
# EventedFileUpdateChecker#execute is run or when EventedFileUpdateChecker#execute_if_updated
# is run and there have been changes to the file system.
#
# Note: Forking will cause the first call to `updated?` to return `true`.
#
# Example:
#
# checker = ActiveSupport::EventedFileUpdateChecker.new(["/tmp/foo"]) { puts "changed" }