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