Class: CustomWords::CustomWords

Inherits:
Object
  • Object
show all
Defined in:
lib/custom_words/custom_words.rb

Constant Summary collapse

CUSTOM_WORDS =
YAML.load_file('config/custom_words.yml')

Class Method Summary collapse

Class Method Details

.fetch_word(key) ⇒ Object



6
7
8
# File 'lib/custom_words/custom_words.rb', line 6

def self.fetch_word key
  CUSTOM_WORDS.fetch(key.to_s)
end