Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
[](locale_name)
public
Returns the locale object for locale_name.
# File lib/rdoc/i18n/locale.rb, line 18
def [](locale_name)
@@locales[locale_name] ||= new(locale_name)
end