module Stow::Storable::ClassMethods

Attributes

store[RW]

Public Instance Methods

storage(adapter, options = {}) click to toggle source
# File lib/stow/storable.rb, line 9
def storage(adapter, options = {})
  @store = Stow.new(adapter, options)
end