Commit 96bab46
committed
Use
To suppress the following warning from Ruby:
```
warning: File.exists? is a deprecated name, use File.exist? instead
```
`File.exist?` is defined in current supported Ruby versions.File.exist? instead of File.exists?
1 parent 7492861 commit 96bab46
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
0 commit comments