Top Level Namespace

Defined Under Namespace

Modules: DocumentCache, Lookup, VocabularyChest Classes: Game

Constant Summary collapse

CACHE_DIR =
"#{ROOT_DIR}/docs"
ROOT_DIR =
File.expand_path(ENV['chest_location'] || "~/.vocabulary-chest")
KNOWN_FILE =
"#{ROOT_DIR}/known"
UNKNOWN_FILE =
"#{ROOT_DIR}/unknown"