stat.dev â fixnum
Instance Public methods
Returns an integer representing the device on which stat resides.
File.stat("testfile").dev #=> 774
Returns an integer representing the device on which stat resides.
File.stat("testfile").dev #=> 774
Please login to continue.