class ActiveSupport::FileUpdateChecker

def execute

timestamp.
Executes the given block and updates the latest watched files and
def execute
  @last_watched   = watched
  @last_update_at = updated_at(@last_watched)
  @block.call
ensure
  @watched = nil
  @updated_at = nil
end