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 #9

Closed verachell closed 10 months ago

verachell commented 10 months ago

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