Sha256: cd0f3da5cb4f1d281686e32b15722adbadcfa0720e69b113a7db6fd4ba401940
Contents?: true
Size: 261 Bytes
Versions: 31
Compression:
Stored size: 261 Bytes
Contents
require 'benchmark/base' require 'activesupport' I18n.backend = I18n::Backend::Simple.new I18n.load_path = ['benchmark/locale/de.yml'] I18n.locale = :de puts "ActiveSupport I18n::Backend::Simple :" results_test{I18n.translate('activerecord.models.car')=='Auto'}
Version data entries
31 entries across 31 versions & 2 rubygems