Class: File
- Inherits:
-
Object
- Object
- File
- Defined in:
- lib/minfra/cli/core_ext.rb
Overview
this is for ruby 3.2
Class Method Summary collapse
Class Method Details
.exists?(file) ⇒ Boolean
4 5 6 |
# File 'lib/minfra/cli/core_ext.rb', line 4 def self.exists?(file) exist?(file) end |