1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/lib
Eugene Kenny 702902927d Don't shadow job method in Processor (#3225)
The Processor class has a `#job` method which was being shadowed in
`#process` by a local variable. The `#process` method is complex, and I
recently moved some code around in a way that accidentally resulted in
the instance method being used instead of the local variable.

By using a different name for the variable, making that same mistake
again will result in a `NameError` instead of doing the wrong thing.
2016-11-06 18:34:11 -08:00
..
generators/sidekiq Use minitest 5 parent class 2015-12-02 08:06:17 -05:00
sidekiq Don't shadow job method in Processor (#3225) 2016-11-06 18:34:11 -08:00
sidekiq.rb Resolve Rails Reloader and ActiveRecord middleware incompatibility (#3166) 2016-09-30 15:27:54 -07:00