Method: TypeBalancer::PositionCalculator::PositionBatch#target_count

Defined in:
lib/type_balancer/calculator.rb

#target_countObject



24
25
26
# File 'lib/type_balancer/calculator.rb', line 24

def target_count
  @target_count ||= (total_count * ratio).round
end