jondot/sneakers

Ruby 3.2.0 File#exists?

wwwermishel opened this issue · 1 comments

Methods 'exists?' for class File was removed in ruby 3.0.0 => https://bugs.ruby-lang.org/issues/17391
Could you please change method 'exists?' on 'exist?' here =>

unless File.exists?(worker_group_config_file)

In Ruby 2.. we also hav method 'esixt?' for File.

You are welcome to submit a PR.