Closed cpence closed 2 years ago
Quick fix: change all File.exists? to File.exist?.
File.exists?
File.exist?
Oh, I didn't know that. Thank you for the heads up. I'll make a change sometime soon.
Excellent, thanks (and thanks for the great gem!).
Fixed. Thanks again!
Quick fix: change all
File.exists?
toFile.exist?
.