Actions
Bug #18734
closed[Win32] `File.sticky?` returns `nil` while `File::Stat.sticky?` returns `false`
Bug #18734:
[Win32] `File.sticky?` returns `nil` while `File::Stat.sticky?` returns `false`
Description
On the platforms where sticky bit is not provided, File.sticky? returns nil while File::Stat.sticky? returns false.
It seems changed accidentally together with test_s() at git|86307f52ee1b3c5aa76e2fd6ee118e681dd76905.
Actions