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