method
updated?
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::EventedFileUpdateChecker
updated?()public
No documentation available.
# File activesupport/lib/active_support/evented_file_update_checker.rb, line 51
def updated?
if @core.restart?
@core.thread_safely(&:restart)
@core.updated.make_true
end
@core.updated.true?
end