# File lib/i18n-js/engine.rb, line 49 def self.write_hash! FileUtils.mkdir_p Rails.root.join("tmp") File.open(load_path_hash_cache, "w+") do |f| f.write(cached_load_path_hash) end end