brandonhilkert / sucker_punch

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

Define String#underscore if it's not already defined #91

Closed jc00ke closed 9 years ago

jc00ke commented 9 years ago

The ActiveSupport condition is overkill, since AS would have already defined String#underscore.

I ran into this issue when using Sucker Punch in a Sinatra project.

brandonhilkert commented 9 years ago

1.3.2 released! Thanks!

jc00ke commented 9 years ago

Sweet, I'll upgrade. Thank you!