= private = protected
uid()
Returns the numeric user id of the owner of stat.
File.stat("testfile").uid #=> 501
static VALUE rb_stat_uid(VALUE self) { return UIDT2NUM(get_stat(self)->st_uid); }