:nodoc:
%i[perform_async perform_in perform_at perform_bulk].freeze
13 14 15
# File 'lib/rubocop/sidekiq/language.rb', line 13 def all ALL end
Returns:
17 18 19
# File 'lib/rubocop/sidekiq/language.rb', line 17 def include?(method) ALL.include?(method) end