Class: File

Inherits:
Object
  • Object
show all
Defined in:
lib/quby/engine.rb

Class Method Summary collapse

Class Method Details

.exists?(*args, **kwargs, &block) ⇒ Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/quby/engine.rb', line 5

def self.exists?(*args, **kwargs, &block)
  exist?(*args, **kwargs, &block)
end