= private = protected
enterable?()
Returns true if the directory may be entered by CWD/CDUP.
# File lib/net/ftp.rb, line 986 def enterable? return facts["perm"].include?(ee) end