Sha256: 18433eceead69ef587e8831a6ea7c5a9653085c8aa9ae077aad4b322ea6bb243
Contents?: true
Size: 1.7 KB
Versions: 16
Compression:
Stored size: 1.7 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: mode:@docstringIC:YARD::Docstring"Returns an integer representing the permission bits of <i>stat</i>. The meaning of the bits is platform dependent; on Unix systems, see <code>stat(2)</code>. File.chmod(0644, "testfile") #=> 1 s = File.stat("testfile") sprintf("%o", s.mode) #=> "100644" :@objectu:YARD::StubProxyFile::Stat#mode: @summary0: @all"6Returns an integer representing the permission bits of <i>stat</i>. The meaning of the bits is platform dependent; on Unix systems, see <code>stat(2)</code>. File.chmod(0644, "testfile") #=> 1 s = File.stat("testfile") sprintf("%o", s.mode) #=> "100644" @overload mode @return [Fixnum]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;File::Stat#mode;;;IC; "