Class: EasyConf::Lookup::EVault
- Inherits:
-
AbstractLookup
- Object
- AbstractLookup
- EasyConf::Lookup::EVault
- Defined in:
- lib/easy_conf/lookup/e_vault.rb
Class Method Summary collapse
Class Method Details
.read(key) ⇒ Object
35 36 37 38 |
# File 'lib/easy_conf/lookup/e_vault.rb', line 35 def read(key) value = read_vault(key) value && commit(value) end |