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