pluginaweek / state_machine

Adds support for creating state machines for attributes on any Ruby class
http://www.pluginaweek.org
MIT License
3.74k stars 505 forks source link

Ruby 3.2 support #367

Open OlegKrakenTeam2 opened 6 months ago

OlegKrakenTeam2 commented 6 months ago

Fixed errors for File.exists? calls

The most funny thing they removed it only in 3.2, but the new one method was side by side since Ruby 1.8.6: File.exist.

styx commented 2 months ago

see https://github.com/pluginaweek/state_machine/issues/343