Sha256: 90b46c22e599de0d701aaac98c4d1b363403fc1e1674c47c1f01d895994b4f4d
Contents?: true
Size: 1.78 KB
Versions: 16
Compression:
Stored size: 1.78 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:symlink:@docstringIC:YARD::Docstring"çCreates a symbolic link called <i>new_name</i> for the existing file <i>old_name</i>. Raises a <code>NotImplemented</code> exception on platforms that do not support symbolic links. File.symlink("testfile", "link2test") #=> 0 :@objectu:YARD::StubProxyFile.symlink: @summary0: @all"Creates a symbolic link called <i>new_name</i> for the existing file <i>old_name</i>. Raises a <code>NotImplemented</code> exception on platforms that do not support symbolic links. File.symlink("testfile", "link2test") #=> 0 @overload symlink(old_name, new_name) @return [0]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;File.symlink;;;IC; "