Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use File.exist? instead of File.exists?
In ruby 3.0 using File.exists? emits a deprecation warning. It proposes to use File.exist? instead.
- Loading branch information