# File lib/monkey/ext/string.rb, line 173
        def symlink?
          Pathname(self).symlink?
        end