# File lib/pathname2.rb, line 1009
   def ln_s(*args)
      FileUtils.ln_s(self, *args)
   end