# File lib/i18n/backend/memoize.rb, line 36 def memoized_lookup @memoized_lookup ||= Hash.new { |h, k| h[k] = {} } end