Class: Dcha::Store::Memory
- Inherits:
-
Hash
- Object
- Hash
- Dcha::Store::Memory
- Defined in:
- lib/dcha/store/memory.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#[](key) ⇒ Object
5 6 7 8 9 |
# File 'lib/dcha/store/memory.rb', line 5 def [](key) value = super raise DataUnavailableError, key if value.nil? value end |