method
readable_real?
v1_9_3_125 -
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
readable_real?()Returns true if stat is readable by the real user id of this process.
File.stat("testfile").readable_real? #=> true