lib/i18n/tasks/concurrent/cached_value.rb in i18n-tasks-1.0.10 vs lib/i18n/tasks/concurrent/cached_value.rb in i18n-tasks-1.0.11

- old
+ new

@@ -1,8 +1,6 @@ # frozen_string_literal: true -require 'i18n/tasks/concurrent/cached_value' - module I18n::Tasks::Concurrent # A thread-safe memoized value. # The given computation is guaranteed to be invoked at most once. # @since 0.9.25 class CachedValue