module Russial::Dictionary::Initializer

Private Instance Methods

prepare_dictionary(dictionary) click to toggle source
Calls superclass method
# File lib/russial/dictionary/initializer.rb, line 7
def prepare_dictionary(dictionary)
  dictionary[word] || super
rescue NoMethodError
  {}
end