Closed khelben closed 6 years ago
this was exposed when trying to parse https://github.com/flyerhzm/bullet/blob/master/lib/bullet.rb#L36-L38
available_notifiers = UniformNotifier::AVAILABLE_NOTIFIERS.map { |notifier| "#{notifier}=" } available_notifiers << { :to => UniformNotifier } delegate *available_notifiers
Thanks for the fix!
Your additional commit that you've pushed breaks all tests in CI. Care to check that out?
my bad, I've fixed it.
this was exposed when trying to parse https://github.com/flyerhzm/bullet/blob/master/lib/bullet.rb#L36-L38