= private = protected
size()
Returns the size of stat in bytes.
File.stat("testfile").size #=> 66
static VALUE rb_stat_size(VALUE self) { return OFFT2NUM(get_stat(self)->st_size); }