module Caffeinate::Dripper::Batching

Includes batch support for setting the batch size for Perform

Public Class Methods

included(klass) click to toggle source
# File lib/caffeinate/dripper/batching.rb, line 7
def self.included(klass)
  klass.extend ClassMethods
end