= private = protected
dev()
Returns an integer representing the device on which stat resides.
File.stat("testfile").dev #=> 774
static VALUE rb_stat_dev(VALUE self) { return INT2NUM(get_stat(self)->st_dev); }