Class: Bumbleworks::HashStorage

Inherits:
StorageAdapter show all
Defined in:
lib/bumbleworks/hash_storage.rb

Class Method Summary collapse

Methods inherited from StorageAdapter

auto_register?, display_name, use?

Class Method Details

.driverObject



6
7
8
# File 'lib/bumbleworks/hash_storage.rb', line 6

def driver
  ::Ruote::HashStorage
end

.storage_classObject



10
11
12
# File 'lib/bumbleworks/hash_storage.rb', line 10

def storage_class
  Hash
end