Class: WrappersCommand::FileExist

Inherits:
Object
  • Object
show all
Defined in:
lib/gem-wrappers/command/file_exist.rb

Class Method Summary collapse

Class Method Details

.===(file) ⇒ Object



3
4
5
# File 'lib/gem-wrappers/command/file_exist.rb', line 3

def self.===(file)
  File.exist?(file)
end