Method: VocabularyChest.add_to_unknown_words

Defined in:
lib/vocabulary-chest.rb

.add_to_unknown_words(word) ⇒ Object



37
38
39
40
# File 'lib/vocabulary-chest.rb', line 37

def self.add_to_unknown_words word
  @unknown_file.puts(stem word)
  @unknown_file.flush
end