Not found

The exact documentation you were looking for could not be found. Here is the best guess.

sticky?() public

Returns true if stat has its sticky bit set, false if it doesn’t or if the operating system doesn’t support this feature.

   File.stat("testfile").sticky?   #=> false
Show source
Register or log in to add new notes.