Method: SplitIoClient::Cache::Repositories::Metrics::MemoryRepository::ValueAndCount#initialize
- Defined in:
- lib/cache/repositories/metrics/memory_repository.rb
#initialize ⇒ ValueAndCount
Returns a new instance of ValueAndCount.
104 105 106 107 |
# File 'lib/cache/repositories/metrics/memory_repository.rb', line 104 def initialize @count = 0 @value = 0 end |