Sha256: 5af836376c90b14fcd0bf35e71d384e6c4ed879002f2e03e72ba00301a69fc7b
Contents?: true
Size: 170 Bytes
Versions: 3
Compression:
Stored size: 170 Bytes
Contents
class Rlottery::RuleSet::FillAllSlots < Rlottery::RuleSet::BaseRuleSet def run! @slots.each do |slot| assign_pair(slot, next_participant) end end end
Version data entries
3 entries across 3 versions & 1 rubygems