Sha256: eecc381f2ab2d52b00e1b4c9af97a61736a4ac46480a6226914aacb67ae71b8a

Contents?: true

Size: 258 Bytes

Versions: 9

Compression:

Stored size: 258 Bytes

Contents

module Cockpit
  module Memory
    module Support
      
    end
    
    class Store < Hash
      attr_reader :name, :context
      
      def initialize(name, context = "default")
        @name = name
        @context = context
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
cockpit-0.2.4.4 lib/cockpit/stores/memory.rb
cockpit-0.2.4.3 lib/cockpit/stores/memory.rb
cockpit-0.2.4.2 lib/cockpit/stores/memory.rb
cockpit-0.2.4.1 lib/cockpit/stores/memory.rb
cockpit-0.2.4 lib/cockpit/stores/memory.rb
cockpit-0.2.3 lib/cockpit/stores/memory.rb
cockpit-0.2.2 lib/cockpit/stores/memory.rb
cockpit-0.2.1 lib/cockpit/stores/memory.rb
cockpit-0.2.0 lib/cockpit/stores/memory.rb