Class: Arena::Cache::Adaptor::Null
- Inherits:
-
Object
- Object
- Arena::Cache::Adaptor::Null
- Defined in:
- lib/arena/cache/adaptor/null.rb
Class Method Summary collapse
Class Method Details
.method_missing(_method, *_args) ⇒ Object
9 10 11 |
# File 'lib/arena/cache/adaptor/null.rb', line 9 def self.method_missing(_method, *_args) raise Arena::Error::CacheError end |