# File lib/pathname.rb, line 814
  def make_symlink(old) File.symlink(old, @path) end