Method: YARD::RegistryStore#locale
- Defined in:
- lib/yard/registry_store.rb
#locale(name) ⇒ I18n::Locale
Returns the locale object for name
.
122 123 124 |
# File 'lib/yard/registry_store.rb', line 122 def locale(name) @locales[name] ||= load_locale(name) end |