Sha256: 88ef763e63655058a1039fe8a67e480623c06b419c0fcb359d394dedf0c89c4a
Contents?: true
Size: 485 Bytes
Versions: 5
Compression:
Stored size: 485 Bytes
Contents
require 'i18n' require 'base64' require 'inline_encryption/version' require 'inline_encryption/config' require 'inline_encryption/base' require 'inline_encryption/errors' module InlineEncryption extend InlineEncryption::Base unless @_i18n_initialized_for_ie locale_file = File.expand_path(File.join(File.dirname(__FILE__), '../config/locales.yml')) I18n.load_path << locale_file I18n.enforce_available_locales = false @_i18n_initialized_for_ie = true end end
Version data entries
5 entries across 5 versions & 1 rubygems