method
directory?
directory?(p1)
public
Returns true if the named file is a directory, false otherwise.
File.directory?(".")
directory?(p1)
public
Returns true if the named file is a directory, false otherwise.
File.directory?(".")