Sha256: 1901a474dc40d3ab06da585bb90983b17d04cea5e2ca2cf81783c2fae2ff3880
Contents?: true
Size: 218 Bytes
Versions: 18
Compression:
Stored size: 218 Bytes
Contents
# frozen_string_literal: true require 'eac_ruby_utils/core_ext' require 'i18n' ::I18n.load_path += __dir__.to_pathname.expand_path.parent_n(4).join('locale').glob('*.yaml') .map(&:to_path)
Version data entries
18 entries across 18 versions & 2 rubygems