method
writable_real?
v2_6_3 -
Show latest stable
- Class:
File::Stat
writable_real?()public
Returns true if stat is writable by the real user id of this process.
File.stat("testfile").writable_real? #=> true
writable_real?()Returns true if stat is writable by the real user id of this process.
File.stat("testfile").writable_real? #=> true