# File lib/fakefs/fake/symlink.rb, line 10
    def inspect
      "symlink(#{name} -> #{target.split('/').last})"
    end