zmbush / coffeelint-ruby

This adds some simple bindings to ruby to enable use of coffeelint
MIT License
32 stars 23 forks source link

Fix usage of the deprecated "File.exists?" method #54

Open mattmenefee opened 1 year ago

mattmenefee commented 1 year ago

Fix usage of the deprecated "File.exists?" method, replacing it with "File.exist?", in order to support Ruby v3.2.

More info: https://bugs.ruby-lang.org/issues/17391.