class FakeFS::File::Stat

def symlink?

def symlink?
  File.symlink?(@file)
end