purgeable?()
Returns true if the objects in the directory may be deleted, or the directory may be purged.
# File lib/net/ftp.rb, line 1017 def purgeable? return facts["perm"].include?(pp) end