Method: VocabularyChest.known_words

Defined in:
lib/vocabulary-chest.rb

.known_wordsObject



24
25
26
# File 'lib/vocabulary-chest.rb', line 24

def self.known_words
  @known_words ||= File.open(KNOWN_FILE,'r'){|f|f.readlines}.collect{|line| line.chomp}
end