Class: FastGettext::Cache

Inherits:
Object
  • Object
show all
Defined in:
lib/isomorfeus/i18n/fast_gettext/cache.rb

Instance Method Summary collapse

Instance Method Details

#reload_all!Object



2
3
4
5
# File 'lib/isomorfeus/i18n/fast_gettext/cache.rb', line 2

def reload_all!
  @store = {}
  reload!
end