class Sidekiq::Middleware::Entry

def make_new

def make_new
  x = @klass.new(*@args)
  x.config = @config if @config && x.respond_to?(:config=)
  x
end