module TimelineEvents
Constants
- ROUNDS
Public Instance Methods
Source
# File lib/timeline_game.rb, line 29 def pick(rand: ->(max) { Random.rand(0...max) }) ROUNDS[rand.call(ROUNDS.length)] end
# File lib/timeline_game.rb, line 29 def pick(rand: ->(max) { Random.rand(0...max) }) ROUNDS[rand.call(ROUNDS.length)] end