We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbf7a5 commit 0c6ea78Copy full SHA for 0c6ea78
activesupport/lib/active_support/evented_file_update_checker.rb
@@ -17,8 +17,6 @@ module ActiveSupport
17
# EventedFileUpdateChecker#execute is run or when EventedFileUpdateChecker#execute_if_updated
18
# is run and there have been changes to the file system.
19
#
20
- # Note: Forking will cause the first call to `updated?` to return `true`.
21
- #
22
# Example:
23
24
# checker = ActiveSupport::EventedFileUpdateChecker.new(["/tmp/foo"]) { puts "changed" }
0 commit comments