Method: FakeFS::FakeSymlink#entry

Defined in:
lib/fakefs/fake/symlink.rb

#entryObject



14
15
16
# File 'lib/fakefs/fake/symlink.rb', line 14

def entry
  FileSystem.find(File.expand_path(target.to_s, parent.to_s))
end