Sha256: 64161987aced99784ec8ae6415396ea9949110ad87331d983871e0a3798f1f47

Contents?: true

Size: 173 Bytes

Versions: 1

Compression:

Stored size: 173 Bytes

Contents

module DistributeReads
  module JobMethods
    def distribute_reads
      around_perform do |job, block|
        distribute_reads { block.call }
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
distribute_reads-0.1.1 lib/distribute_reads/job_methods.rb