method

readable_real?

v1_8_7_72 - Show latest stable - Class: File::Stat
readable_real?()
public

Returns true if stat is readable by the real user id of this process.

   File.stat("testfile").readable_real?   #=> true