Class: Sidekiq::Tasks::Strategies::Rules::DisableWithComment

Inherits:
EnableWithComment show all
Defined in:
lib/sidekiq/tasks/strategies/rules/disable_with_comment.rb

Instance Method Summary collapse

Instance Method Details

#respected?(task) ⇒ Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/sidekiq/tasks/strategies/rules/disable_with_comment.rb', line 6

def respected?(task)
  !super
end