Sha256: 153b1e60616f3f3ef7a829c30fd0138742abdc6720f6e4c6a25f39f85b03bfa9

Contents?: true

Size: 426 Bytes

Versions: 2

Compression:

Stored size: 426 Bytes

Contents

# @author Kristian Mandrup
#
# @note all storage modules potentially operate directly on values in the data store
#
module Troles
  module Storage
    autoload :BaseMany,   'troles/storage/base_many'
    autoload :BitMany,    'troles/storage/bit_many'
    autoload :EmbedMany,  'troles/storage/embed_many'
    autoload :RefMany,    'troles/storage/ref_many'
    autoload :StringMany, 'troles/storage/string_many'    
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
troles-0.5.1 lib/troles/storage.rb
troles-0.5.0 lib/troles/storage.rb