Method: Path#readlink

Defined in:
lib/epath/file.rb

Reads the symbolic link. See File.readlink.



56
57
58
# File 'lib/epath/file.rb', line 56

def readlink
  Path.new(File.readlink(@path))
end