Class: DictionaryLoader
- Inherits:
-
Object
- Object
- DictionaryLoader
- Defined in:
- lib/snarkify/dictionary_loader.rb
Class Method Summary collapse
Class Method Details
.load_dictionary(filename) ⇒ Object
2 3 4 |
# File 'lib/snarkify/dictionary_loader.rb', line 2 def self.load_dictionary(filename) YAML.load_file(filename) end |