class Concurrent::Collection::NonConcurrentMapBackend
def store_computed_value(key, new_value)
def store_computed_value(key, new_value) if new_value.nil? @backend.delete(key) nil else @backend[key] = new_value end end
def store_computed_value(key, new_value) if new_value.nil? @backend.delete(key) nil else @backend[key] = new_value end end