Module: I18n::Index::Simple::Storage

Included in:
I18n::Index::Simple
Defined in:
lib/i18n/index/simple/storage.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(target) ⇒ Object



6
7
8
# File 'lib/i18n/index/simple/storage.rb', line 6

def included(target)
  target.send(:extend, ClassMethods)
end