Type:
Class

Objects of class File::Stat encapsulate common status information for File objects. The information is recorded at the moment the File::Stat object is created; changes made to the file after that point will not be reflected. File::Stat objects are returned by IO#stat, File::stat, File#lstat, and File::lstat. Many of these methods return platform-specific values, and not all values are meaningful on all systems. See also Kernel#test.

dev_minor

stat.dev_minor â fixnum Instance Public methods Returns the minor part of

2015-04-06 06:36:01
mtime

stat.mtime â aTime Instance Public methods Returns the modification time

2015-04-06 07:10:41
sticky?

stat.sticky? â true or false Instance Public methods Returns true

2015-04-06 08:33:53
file?

stat.file? â true or false Instance Public methods Returns true

2015-04-06 06:51:08