brandonhilkert / sucker_punch

Sucker Punch is a Ruby asynchronous processing library using concurrent-ruby, heavily influenced by Sidekiq and girl_friday.
MIT License
2.65k stars 114 forks source link

fix: rename singleton_class? to sucker_punch_is_singleton_class? to avoid naming class with core ruby method #253

Closed bethesque closed 9 months ago

bethesque commented 1 year ago

See my comments on https://github.com/brandonhilkert/sucker_punch/pull/252

brandonhilkert commented 9 months ago

3.2.0 released w/ fix

bethesque commented 6 months ago

Thanks @brandonhilkert :)