Sha256: cf162d0b96e7ea9926ad1bf5230c152ae7774c8eb2bd0e72f6f1a418099c6383
Contents?: true
Size: 309 Bytes
Versions: 75
Compression:
Stored size: 309 Bytes
Contents
module KnapsackPro class AllocatorBuilder < BaseAllocatorBuilder def allocator KnapsackPro::Allocator.new( test_files: test_files, ci_node_total: env.ci_node_total, ci_node_index: env.ci_node_index, repository_adapter: repository_adapter, ) end end end
Version data entries
75 entries across 75 versions & 1 rubygems