Class: Sidekiq::Tasks::Strategies::Rules::DisableWithComment
- Inherits:
-
EnableWithComment
- Object
- Base
- EnableWithComment
- Sidekiq::Tasks::Strategies::Rules::DisableWithComment
- Defined in:
- lib/sidekiq/tasks/strategies/rules/disable_with_comment.rb
Instance Method Summary collapse
Instance Method Details
#respected?(task) ⇒ Boolean
6 7 8 |
# File 'lib/sidekiq/tasks/strategies/rules/disable_with_comment.rb', line 6 def respected?(task) !super end |