Sha256: 56ff889456da8c5df81f8f1c94a3571a0e23d49765d385e27ef1387ed172db01
Contents?: true
Size: 182 Bytes
Versions: 5
Compression:
Stored size: 182 Bytes
Contents
module Dcha # :nodoc: module Store class DataUnavailableError < StandardError; end autoload :Memory, 'dcha/store/memory' autoload :File, 'dcha/store/file' end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
dcha-0.1.4 | lib/dcha/store.rb |
dcha-0.1.3 | lib/dcha/store.rb |
dcha-0.1.2 | lib/dcha/store.rb |
dcha-0.1.1 | lib/dcha/store.rb |
dcha-0.1.0 | lib/dcha/store.rb |