module I18n

def self.new_double_nested_cache # :nodoc:

:nodoc:
def self.new_double_nested_cache # :nodoc:
  Concurrent::Map.new { |h, k| h[k] = Concurrent::Map.new }
end