# File lib/i18n/backend/memoize.rb, line 13 13: def available_locales 14: @memoized_locales ||= super 15: end
# File lib/i18n/backend/memoize.rb, line 29 29: def lookup(locale, key, scope = nil, options = {}) 30: flat_key = I18n::Backend::Flatten.normalize_flat_keys(locale, 31: key, scope, options[:separator]).to_sym 32: flat_hash = memoized_lookup[locale.to_sym] 33: flat_hash.key?(flat_key) ? flat_hash[flat_key] : (flat_hash[flat_key] = super) 34: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.