class Bumbleworks::HashStorage
Public Class Methods
allow_history_storage?()
click to toggle source
# File lib/bumbleworks/hash_storage.rb, line 14 def allow_history_storage? false end
driver()
click to toggle source
# File lib/bumbleworks/hash_storage.rb, line 6 def driver ::Ruote::HashStorage end
storage_class()
click to toggle source
# File lib/bumbleworks/hash_storage.rb, line 10 def storage_class Hash end