class I18n::Backends::Hash
- I18n::Backends::Hash
- I18n::Backend
- Reference
- Object
Overview
Plain Hash
backend.
It MUST be populated with data explicitly upon creation.
Defined in:
i18n/backends/hash.crConstructors
-
.new(data)
Initializes a backend and loads it with data (it MUST be a
Hash
).