Sha256: dcc714d3b0b4ac5268e3e382cb3e04d39b47f35c0799504a2725fa775480cda6
Contents?: true
Size: 1.98 KB
Versions: 16
Compression:
Stored size: 1.98 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: chmod:@docstringIC:YARD::Docstring"*Changes permission bits on <i>file</i> to the bit pattern represented by <i>mode_int</i>. Actual effects are platform dependent; on Unix systems, see <code>chmod(2)</code> for details. Follows symbolic links. Also see <code>File#lchmod</code>. f = File.new("out", "w"); f.chmod(0644) #=> 0 :@objectu:YARD::StubProxyFile#chmod: @summary0: @all"TChanges permission bits on <i>file</i> to the bit pattern represented by <i>mode_int</i>. Actual effects are platform dependent; on Unix systems, see <code>chmod(2)</code> for details. Follows symbolic links. Also see <code>File#lchmod</code>. f = File.new("out", "w"); f.chmod(0644) #=> 0 @overload chmod(mode_int) @return [0]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;File#chmod;;;IC; "