Sha256: 11cb72737a904d011bbb70da5c11cc4bf653dfc73c4d2fdfadcd78e0635a8dfb
Contents?: true
Size: 1.61 KB
Versions: 16
Compression:
Stored size: 1.61 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:blockdev?:@docstringIC:YARD::Docstring"ğReturns <code>true</code> if the file is a block device, <code>false</code> if it isn't or if the operating system doesn't support this feature. File.stat("testfile").blockdev? #=> false File.stat("/dev/hda1").blockdev? #=> true :@objectu:YARD::StubProxyFile::Stat#blockdev?: @summary0: @all"Returns <code>true</code> if the file is a block device, <code>false</code> if it isn't or if the operating system doesn't support this feature. File.stat("testfile").blockdev? #=> false File.stat("/dev/hda1").blockdev? #=> true @overload blockdev? @return [Boolean]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;File::Stat#blockdev?;;;IC; "