# File lib/pathname.rb, line 802
  def readlink() self.class.new(File.readlink(@path)) end