Class: Dir
- Inherits:
-
Object
- Object
- Dir
- Defined in:
- lib/junk/compat.rb
Class Method Summary collapse
- .exists?(path) ⇒ Boolean (also: exist?)
Class Method Details
.exists?(path) ⇒ Boolean Also known as: exist?
3 4 5 |
# File 'lib/junk/compat.rb', line 3 def exists? (path) File.directory?(path) end |