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