module ArchdigTopics
Constants
- TOPICS
Public Instance Methods
Source
# File lib/archdig_game.rb, line 22 def topic_for_day(day_index) TOPICS[day_index % TOPICS.length] end
# File lib/archdig_game.rb, line 22 def topic_for_day(day_index) TOPICS[day_index % TOPICS.length] end