Adds weak increment support to the underlying store
@note The increment method will not be thread or multi-process safe (this is meant by weak) @api public
@param [Moneta store] adapter The underlying store @param [Hash] options
# File lib/moneta/weak.rb, line 26 def initialize(adapter, options = {}) raise 'Store already supports feature :increment' if adapter.supports?(:increment) super end
Generated with the Darkfish Rdoc Generator 2.