File.symlink(old_name, new_name) â 0
Class Public methods
Creates a symbolic link called new_name for the existing file
old_name. Raises a NotImplemented exception on
platforms that do not support symbolic links.
File.symlink("testfile", "link2test") #=> 0