Reads the symbolic link. See File.readlink.
File.readlink
56 57 58
# File 'lib/epath/file.rb', line 56 def readlink Path.new(File.readlink(@path)) end