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