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