class FakeFS::FakeSymlink

def inspect

def inspect
  "symlink(#{target.split('/').last})"
end