Sha256: 7a105a6976bd7b59a5bec86e49d9c39aa356b932cdbe525d3c8a8cbaa428b1c7

Contents?: true

Size: 143 Bytes

Versions: 5

Compression:

Stored size: 143 Bytes

Contents

# frozen_string_literal: true

module Resque
  class << self
    def running?(klass, *args)
      klass.queue_locked?(*args)
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
resque-unique_at_runtime-4.0.1 lib/resque/unique_at_runtime/resque_ext/resque.rb
resque-unique_at_runtime-4.0.0 lib/resque/unique_at_runtime/resque_ext/resque.rb
resque-unique_at_runtime-3.0.2 lib/resque/unique_at_runtime/resque_ext/resque.rb
resque-unique_at_runtime-3.0.1 lib/resque/unique_at_runtime/resque_ext/resque.rb
resque-unique_at_runtime-3.0.0 lib/resque/unique_at_runtime/resque_ext/resque.rb