Actions
Feature #21205
openMake File::Stat#birthtime available on Linux
Status:
Open
Assignee:
-
Target version:
-
Description
Not that I would run into any problem with it, but this behaviour is confusing:
RbConfig::CONFIG["platform"] #=> "amd64-freebsd14"
(File.birthtime "/").class #=> Time
(File.stat "/").birthtime.class #=> Time
RbConfig::CONFIG["platform"] #=> "x86_64-linux"
(File.birthtime "/").class #=> Time
(File.stat "/").birthtime # raises NotImplementedError
Actions
Like0
Like0Like0Like0