module StudioGame::TreasureTrove
Constants
- TREASURES
Public Instance Methods
random()
click to toggle source
# File lib/studio_game/treasure_trove.rb, line 16 def random TREASURES[rand(6)] end
# File lib/studio_game/treasure_trove.rb, line 16 def random TREASURES[rand(6)] end