memoizable.rb

Path: lib/locale/util/memoizable.rb
Last Update: 2010-04-18 16:15:48 +0200

Refer from activesupport-2.2.0.

  • Remove the dependecies to activesupport.
  • change the key to hash value of args.
  • Not Thread safe
  • Add the clear method.

Locale module manages the locale informations of the application. These functions are the most important APIs in this library. Almost of all i18n/l10n programs use this APIs only.

[Validate]