# File lib/fakefs/file.rb, line 111 def self.readlink(path) symlink = FileSystem.find(path) FileSystem.find(symlink.target).to_s end