warbler
warbler copied to clipboard
NoMethodError: undefined method `exists?' for File:Class
happens when running warble or warble -T
Ruby 3.2 removes File.exists? that was deprecated in Ruby 2.1.0. I guess that warbler is not updated to consider that.
@gluester you can work around this by adding an alias back for exists?.