Sha256: d49caa41c65bd11a005b7c5db434393926cade7434af9cc3dbdf35972101c6fc
Contents?: true
Size: 305 Bytes
Versions: 1
Compression:
Stored size: 305 Bytes
Contents
module Trendi18n # Simple class use to caching hash of translations in scope class ScopeTranslations attr_accessor :locale, :to_translation_hash def initialize(locale, to_translation_hash) @locale, @to_translation_hash = locale, to_translation_hash end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trendi18n-0.9.3 | lib/trendi18n/scope_translations.rb |