Class: Coverband::Adapters::HashRedisStore::GetCoverageNullCacheStore

Inherits:
Object
  • Object
show all
Defined in:
lib/coverband/adapters/hash_redis_store.rb

Class Method Summary collapse

Class Method Details

.clear!(*_local_types) ⇒ Object



9
10
# File 'lib/coverband/adapters/hash_redis_store.rb', line 9

def self.clear!(*_local_types)
end

.fetch(_local_type) {|0| ... } ⇒ Object

Yields:

  • (0)


12
13
14
# File 'lib/coverband/adapters/hash_redis_store.rb', line 12

def self.fetch(_local_type)
  yield(0)
end