Class: Dir
- Inherits:
-
Object
- Object
- Dir
- Defined in:
- lib/quby/engine.rb
Class Method Summary collapse
Class Method Details
.exists?(*args, **kwargs, &block) ⇒ Boolean
11 12 13 |
# File 'lib/quby/engine.rb', line 11 def self.exists?(*args, **kwargs, &block) exist?(*args, **kwargs, &block) end |