method
directory?
directory?()
public
Returns true if the named file is a directory, or a symlink that points at a directory, and false otherwise.
File.directory?(".")
directory?()
public
Returns true if the named file is a directory, or a symlink that points at a directory, and false otherwise.
File.directory?(".")