# File lib/pathname.rb, line 638
  def readlink() Pathname.new(File.readlink(@path)) end