verachell / YeetWords

a domain-specific language for text substitution
GNU General Public License v3.0
13 stars 0 forks source link

fix: compatibility with Ruby 3.2.2 #8

Closed verachell closed 10 months ago

verachell commented 10 months ago

now using File.exist? method instead of the previous File.exists? method that was deprecated in 3.? versions of Ruby. Not sure exactly which 3.x.y Ruby version this deprecation occurred, but between 3.0 and 3.2.2