class ActiveSupport::FileUpdateChecker

def updated_at(paths)

Experimental RBS support (using type sampling data from the type_fusion project).

def updated_at: (Array[String] paths) -> Time

This signature was generated using 1 sample from 1 application.

def updated_at(paths)
  @updated_at || max_mtime(paths) || Time.at(0)
end