fix: compatibility with Ruby 3.2.2
Now using File.exist? method instead of the previous File.exists? method (deprecated in 3.? versions of Ruby - not sure exactly which 3.x.y version this happened, but between 3.0 and 3.2.2). Backwards compatible.
fix: compatibility with Ruby 3.2.2
Now using File.exist? method instead of the previous File.exists? method (deprecated in 3.? versions of Ruby - not sure exactly which 3.x.y version this happened, but between 3.0 and 3.2.2). Backwards compatible.