stat.writable? â true or false
Instance Public methods
Returns true
if stat is writable by the effective
user id of this process.
File.stat("testfile").writable? #=> true
Returns true
if stat is writable by the effective
user id of this process.
File.stat("testfile").writable? #=> true
Please login to continue.