Class: Ikibana::ICache
- Inherits:
-
Object
- Object
- Ikibana::ICache
- Defined in:
- lib/ikibana/config.rb
Instance Method Summary collapse
Instance Method Details
#read ⇒ Object
14 15 16 |
# File 'lib/ikibana/config.rb', line 14 def read(...) raise NotImplementedError, "Subclasses must implement a `read` method" end |
#write ⇒ Object
10 11 12 |
# File 'lib/ikibana/config.rb', line 10 def write(...) raise NotImplementedError, "Subclasses must implement a `write` method" end |