Method: VocabularyChest.unknown_words

Defined in:
lib/vocabulary-chest.rb

.unknown_wordsObject



28
29
30
# File 'lib/vocabulary-chest.rb', line 28

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