Sha256: 5982368809da80007323bea94503f46c49d800ad1908c245b57d894d15f44734
Contents?: true
Size: 1.57 KB
Versions: 16
Compression:
Stored size: 1.57 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: rdev:@docstringIC:YARD::Docstring"īReturns an integer representing the device type on which <i>stat</i> resides. Returns <code>nil</code> if the operating system doesn't support this feature. File.stat("/dev/fd1").rdev #=> 513 File.stat("/dev/tty").rdev #=> 1280 :@objectu:YARD::StubProxyFile::Stat#rdev: @summary0: @all"Returns an integer representing the device type on which <i>stat</i> resides. Returns <code>nil</code> if the operating system doesn't support this feature. File.stat("/dev/fd1").rdev #=> 513 File.stat("/dev/tty").rdev #=> 1280 @overload rdev @return [Fixnum, nil]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;File::Stat#rdev;;;IC; "