class KnapsackPro::RegularAllocatorBuilder
Public Instance Methods
Source
# File lib/knapsack_pro/regular_allocator_builder.rb, line 5 def allocator KnapsackPro::RegularAllocator.new( test_suite: test_suite, ci_node_total: env.ci_node_total, ci_node_index: env.ci_node_index, repository_adapter: repository_adapter, ) end