Flowdock
owned?() public

Returns true if the effective user id of the process is the same as the owner of stat.

   File.stat("testfile").owned?      #=> true
   File.stat("/etc/passwd").owned?   #=> false
Show source
Register or log in to add new notes.