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