Not found
The exact documentation you were looking for could not be found. Here is the best guess.
mtime()
public
Returns the last modified time of the file.
See File.mtime.
Show source
static VALUE
path_mtime(VALUE self)
{
return rb_funcall(rb_cFile, rb_intern("mtime"), 1, get_strpath(self));
}