# File lib/net/sftp/protocol/01/attributes.rb, line 255 def symlink? case type when T_SYMLINK then true when T_UNKNOWN then nil else false end end