= private = protected
file?()
Returns true if the entry is a file (i.e., the value of the type fact is file).
# File lib/net/ftp.rb, line 945 def file? return facts["type"] == "file" end