Class: Qbot::Storage::Driver
- Inherits:
-
Object
- Object
- Qbot::Storage::Driver
- Defined in:
- lib/qbot/storage.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.build ⇒ Object
13 14 15 |
# File 'lib/qbot/storage.rb', line 13 def build @target.new end |
.inherited(subclass) ⇒ Object
9 10 11 |
# File 'lib/qbot/storage.rb', line 9 def inherited(subclass) @target = subclass end |
Instance Method Details
#namespace(ns) ⇒ Object
19 20 21 |
# File 'lib/qbot/storage.rb', line 19 def namespace(ns) raise 'Not implemented' end |