Class: ROC::Store::ROCStore
- Inherits:
-
Object
- Object
- ROC::Store::ROCStore
- Defined in:
- lib/roc/store/roc_store.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize ⇒ ROCStore
constructor
A new instance of ROCStore.
Constructor Details
#initialize ⇒ ROCStore
Returns a new instance of ROCStore.
5 6 7 |
# File 'lib/roc/store/roc_store.rb', line 5 def initialize raise "ROCStore is an abstract base class" end |