= private = protected
readlink()
See File.readlink. Read symbolic link.
# File lib/pathname.rb, line 833 def readlink() self.class.new(File.readlink(@path)) end